Html Css Color HEX #A76B2E Mai Tai

📋 copy color: '#A76B2E'

red 167 ◦ green 107 ◦ blue 46

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

Shades of Mai Tai #A76B2E

Tints of Mai Tai #A76B2E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

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

R = 52.19%
G = 33.44%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A76B2E (or 0xA76B2E) is known color: Mai Tai. HEX triplet: A7, 6B and 2E. RGB value is (167,107,46). Sum of RGB (Red+Green+Blue) = 167+107+46=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76B2E is #5894D1. Grayscale: #767676. Windows color (decimal): -5805266 or 3042215. OLE color: 3042215.

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

Color convert

RGB 167 107 46 -
CMYK 0 0.36 0.72 0.35
HSL 30.25º 0.57% 0.42% -
HSV(B) 30.25º 0.72% 0.65% -
XYZ 21.69 18.93 5.1 -
YUV 117.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 167 107 46 0 0.36 0.72 0.35 30.25 0.57 0.42
Hex A7 6B 2E 0 24 48 23 1E 39 2A
Octal 247 153 56 0 44 110 43 36 71 52
Binary 10100111 1101011 101110 0 100100 1001000 100011 11110 111001 101010

Color Harmonies of #A76B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B2E

Black with #A76B2E

Text Example


Text Example

White with #A76B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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