Html Css Color HEX #A76D34 Mai Tai

📋 copy color: '#A76D34'

red 167 ◦ green 109 ◦ blue 52

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

Shades of Mai Tai #A76D34

Tints of Mai Tai #A76D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.23%

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 50.91%
G = 33.23%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A76D34 (or 0xA76D34) is known color: Mai Tai. HEX triplet: A7, 6D and 34. RGB value is (167,109,52). Sum of RGB (Red+Green+Blue) = 167+109+52=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D34 is #5892CB. Grayscale: #787878. Windows color (decimal): -5804748 or 3435943. OLE color: 3435943.

HSL color Cylindrical-coordinate representation of color #A76D34: hue angle of 29.74º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A76D34 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 109 52 -
CMYK 0 0.35 0.69 0.35
HSL 29.74º 0.53% 0.43% -
HSV(B) 29.74º 0.69% 0.65% -
XYZ 22.02 19.4 5.83 -
YUV 119.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 167 109 52 0 0.35 0.69 0.35 29.74 0.53 0.43
Hex A7 6D 34 0 23 45 23 1E 35 2B
Octal 247 155 64 0 43 105 43 36 65 53
Binary 10100111 1101101 110100 0 100011 1000101 100011 11110 110101 101011

Color Harmonies of #A76D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D34

Black with #A76D34

Text Example


Text Example

White with #A76D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D34; }

 p { color: rgb(167,109,52); }

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

background-color css

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

 a { background-color: rgb(167,109,52); }

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

border-color css

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

 span { border-color: rgb(167,109,52); }

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