Html Css Color HEX #A76D36 Mai Tai

📋 copy color: '#A76D36'

red 167 ◦ green 109 ◦ blue 54

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

Shades of Mai Tai #A76D36

Tints of Mai Tai #A76D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 50.61%
G = 33.03%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A76D36 (or 0xA76D36) is known color: Mai Tai. HEX triplet: A7, 6D and 36. RGB value is (167,109,54). Sum of RGB (Red+Green+Blue) = 167+109+54=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D36 is #5892C9. Grayscale: #787878. Windows color (decimal): -5804746 or 3567015. OLE color: 3567015.

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

Color convert

RGB 167 109 54 -
CMYK 0 0.35 0.68 0.35
HSL 29.2º 0.51% 0.43% -
HSV(B) 29.2º 0.68% 0.65% -
XYZ 22.07 19.42 6.08 -
YUV 120.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 167 109 54 0 0.35 0.68 0.35 29.2 0.51 0.43
Hex A7 6D 36 0 23 44 23 1D 33 2B
Octal 247 155 66 0 43 104 43 35 63 53
Binary 10100111 1101101 110110 0 100011 1000100 100011 11101 110011 101011

Color Harmonies of #A76D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D36

Black with #A76D36

Text Example


Text Example

White with #A76D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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