Html Css Color HEX #A76232 Mai Tai

📋 copy color: '#A76232'

red 167 ◦ green 98 ◦ blue 50

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

Shades of Mai Tai #A76232

Tints of Mai Tai #A76232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 53.02%
G = 31.11%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A76232 (or 0xA76232) is known color: Mai Tai. HEX triplet: A7, 62 and 32. RGB value is (167,98,50). Sum of RGB (Red+Green+Blue) = 167+98+50=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A76232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76232 is #589DCD. Grayscale: #717171. Windows color (decimal): -5807566 or 3302055. OLE color: 3302055.

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

Color convert

RGB 167 98 50 -
CMYK 0 0.41 0.70 0.35
HSL 24.62º 0.54% 0.43% -
HSV(B) 24.62º 0.7% 0.65% -
XYZ 20.88 17.18 5.23 -
YUV 113.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 167 98 50 0 0.41 0.70 0.35 24.62 0.54 0.43
Hex A7 62 32 0 29 46 23 19 36 2B
Octal 247 142 62 0 51 106 43 31 66 53
Binary 10100111 1100010 110010 0 101001 1000110 100011 11001 110110 101011

Color Harmonies of #A76232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76232

Black with #A76232

Text Example


Text Example

White with #A76232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76232; }

 p { color: rgb(167,98,50); }

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

background-color css

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

 a { background-color: rgb(167,98,50); }

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

border-color css

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

 span { border-color: rgb(167,98,50); }

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