Html Css Color HEX #A75C2E Mai Tai

📋 copy color: '#A75C2E'

red 167 ◦ green 92 ◦ blue 46

#A75C2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #A75C2E

Tints of Mai Tai #A75C2E

RGB

 RED value IS 167 (65.63% from 255) = 54.75%

 GREEN value IS 92 (36.33% from 255) = 30.16%

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 54.75%
G = 30.16%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A75C2E (or 0xA75C2E) is known color: Mai Tai. HEX triplet: A7, 5C and 2E. RGB value is (167,92,46). Sum of RGB (Red+Green+Blue) = 167+92+46=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C2E is #58A3D1. Grayscale: #6D6D6D. Windows color (decimal): -5809106 or 3038375. OLE color: 3038375.

HSL color Cylindrical-coordinate representation of color #A75C2E: hue angle of 22.81º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A75C2E is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 92 46 -
CMYK 0 0.45 0.72 0.35
HSL 22.81º 0.57% 0.42% -
HSV(B) 22.81º 0.72% 0.65% -
XYZ 20.26 16.07 4.62 -
YUV 109.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 167 92 46 0 0.45 0.72 0.35 22.81 0.57 0.42
Hex A7 5C 2E 0 2D 48 23 17 39 2A
Octal 247 134 56 0 55 110 43 27 71 52
Binary 10100111 1011100 101110 0 101101 1001000 100011 10111 111001 101010

Color Harmonies of #A75C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C2E

Black with #A75C2E

Text Example


Text Example

White with #A75C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C2E; }

 p { color: rgb(167,92,46); }

 H1.HeaderClassName
 {
   color: #A75C2E;
 }
 .AnyTagClassName
 {
   color: #A75C2E;
 }
</style>

background-color css

<style>
 a { background-color: #A75C2E; }

 a { background-color: rgb(167,92,46); }

 div.DivClassName
 {
   background-color: #A75C2E;
 }
 .BgClassName
 {
   background-color: #A75C2E;
 }
</style>

border-color css

<style>
 span { border-color: #A75C2E; }

 span { border-color: rgb(167,92,46); }

 td.TdClassName
 {
   border-color: #A75C2E;
 }
 .TagClassName
 {
   border-color: #A75C2E;
 }
</style>