Html Css Color HEX #A76129 Mai Tai

📋 copy color: '#A76129'

red 167 ◦ green 97 ◦ blue 41

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

Shades of Mai Tai #A76129

Tints of Mai Tai #A76129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.8%

 BLUE value IS 41 (16.41% from 255) = 13.44%

R = 54.75%
G = 31.8%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A76129 (or 0xA76129) is known color: Mai Tai. HEX triplet: A7, 61 and 29. RGB value is (167,97,41). Sum of RGB (Red+Green+Blue) = 167+97+41=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A76129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76129 is #589ED6. Grayscale: #6F6F6F. Windows color (decimal): -5807831 or 2711975. OLE color: 2711975.

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

Color convert

RGB 167 97 41 -
CMYK 0 0.42 0.75 0.35
HSL 26.67º 0.61% 0.41% -
HSV(B) 26.67º 0.75% 0.65% -
XYZ 20.61 16.92 4.28 -
YUV 111.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 167 97 41 0 0.42 0.75 0.35 26.67 0.61 0.41
Hex A7 61 29 0 2A 4B 23 1B 3D 29
Octal 247 141 51 0 52 113 43 33 75 51
Binary 10100111 1100001 101001 0 101010 1001011 100011 11011 111101 101001

Color Harmonies of #A76129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76129

Black with #A76129

Text Example


Text Example

White with #A76129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76129; }

 p { color: rgb(167,97,41); }

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

background-color css

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

 a { background-color: rgb(167,97,41); }

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

border-color css

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

 span { border-color: rgb(167,97,41); }

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