Html Css Color HEX #A76831 Mai Tai

📋 copy color: '#A76831'

red 167 ◦ green 104 ◦ blue 49

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

Shades of Mai Tai #A76831

Tints of Mai Tai #A76831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 52.19%
G = 32.5%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A76831 (or 0xA76831) is known color: Mai Tai. HEX triplet: A7, 68 and 31. RGB value is (167,104,49). Sum of RGB (Red+Green+Blue) = 167+104+49=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A76831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76831 is #5897CE. Grayscale: #747474. Windows color (decimal): -5806031 or 3238055. OLE color: 3238055.

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

Color convert

RGB 167 104 49 -
CMYK 0 0.38 0.71 0.35
HSL 27.97º 0.55% 0.42% -
HSV(B) 27.97º 0.71% 0.65% -
XYZ 21.44 18.34 5.32 -
YUV 116.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 167 104 49 0 0.38 0.71 0.35 27.97 0.55 0.42
Hex A7 68 31 0 26 47 23 1C 37 2A
Octal 247 150 61 0 46 107 43 34 67 52
Binary 10100111 1101000 110001 0 100110 1000111 100011 11100 110111 101010

Color Harmonies of #A76831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76831

Black with #A76831

Text Example


Text Example

White with #A76831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76831; }

 p { color: rgb(167,104,49); }

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

background-color css

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

 a { background-color: rgb(167,104,49); }

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

border-color css

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

 span { border-color: rgb(167,104,49); }

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