Html Css Color HEX #A76B2F Mai Tai

📋 copy color: '#A76B2F'

red 167 ◦ green 107 ◦ blue 47

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

Shades of Mai Tai #A76B2F

Tints of Mai Tai #A76B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 52.02%
G = 33.33%
B = 14.64%

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

#A76B2F (or 0xA76B2F) is known color: Mai Tai. HEX triplet: A7, 6B and 2F. RGB value is (167,107,47). Sum of RGB (Red+Green+Blue) = 167+107+47=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76B2F is #5894D0. Grayscale: #767676. Windows color (decimal): -5805265 or 3107751. OLE color: 3107751.

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

Color convert

RGB 167 107 47 -
CMYK 0 0.36 0.72 0.35
HSL 30º 0.56% 0.42% -
HSV(B) 30º 0.72% 0.65% -
XYZ 21.71 18.94 5.2 -
YUV 118.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 167 107 47 0 0.36 0.72 0.35 30 0.56 0.42
Hex A7 6B 2F 0 24 48 23 1E 38 2A
Octal 247 153 57 0 44 110 43 36 70 52
Binary 10100111 1101011 101111 0 100100 1001000 100011 11110 111000 101010

Color Harmonies of #A76B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B2F

Black with #A76B2F

Text Example


Text Example

White with #A76B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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