Html Css Color HEX #A76529 Mai Tai

📋 copy color: '#A76529'

red 167 ◦ green 101 ◦ blue 41

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

Shades of Mai Tai #A76529

Tints of Mai Tai #A76529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

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

R = 54.05%
G = 32.69%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A76529 (or 0xA76529) is known color: Mai Tai. HEX triplet: A7, 65 and 29. RGB value is (167,101,41). Sum of RGB (Red+Green+Blue) = 167+101+41=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A76529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76529 is #589AD6. Grayscale: #727272. Windows color (decimal): -5806807 or 2712999. OLE color: 2712999.

HSL color Cylindrical-coordinate representation of color #A76529: hue angle of 28.57º 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 #A76529 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 101 41 -
CMYK 0 0.40 0.75 0.35
HSL 28.57º 0.61% 0.41% -
HSV(B) 28.57º 0.75% 0.65% -
XYZ 20.99 17.68 4.4 -
YUV 113.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 167 101 41 0 0.40 0.75 0.35 28.57 0.61 0.41
Hex A7 65 29 0 28 4B 23 1D 3D 29
Octal 247 145 51 0 50 113 43 35 75 51
Binary 10100111 1100101 101001 0 101000 1001011 100011 11101 111101 101001

Color Harmonies of #A76529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76529

Black with #A76529

Text Example


Text Example

White with #A76529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76529; }

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

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

background-color css

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

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

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

border-color css

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

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

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