Html Css Color HEX #A76C2E Mai Tai

📋 copy color: '#A76C2E'

red 167 ◦ green 108 ◦ blue 46

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

Shades of Mai Tai #A76C2E

Tints of Mai Tai #A76C2E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 52.02%
G = 33.64%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A76C2E (or 0xA76C2E) is known color: Mai Tai. HEX triplet: A7, 6C and 2E. RGB value is (167,108,46). Sum of RGB (Red+Green+Blue) = 167+108+46=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76C2E is #5893D1. Grayscale: #767676. Windows color (decimal): -5805010 or 3042471. OLE color: 3042471.

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

Color convert

RGB 167 108 46 -
CMYK 0 0.35 0.72 0.35
HSL 30.74º 0.57% 0.42% -
HSV(B) 30.74º 0.72% 0.65% -
XYZ 21.79 19.14 5.13 -
YUV 118.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 167 108 46 0 0.35 0.72 0.35 30.74 0.57 0.42
Hex A7 6C 2E 0 23 48 23 1F 39 2A
Octal 247 154 56 0 43 110 43 37 71 52
Binary 10100111 1101100 101110 0 100011 1001000 100011 11111 111001 101010

Color Harmonies of #A76C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C2E

Black with #A76C2E

Text Example


Text Example

White with #A76C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C2E; }

 p { color: rgb(167,108,46); }

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

background-color css

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

 a { background-color: rgb(167,108,46); }

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

border-color css

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

 span { border-color: rgb(167,108,46); }

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