Html Css Color HEX #A76B38 Mai Tai

📋 copy color: '#A76B38'

red 167 ◦ green 107 ◦ blue 56

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

Shades of Mai Tai #A76B38

Tints of Mai Tai #A76B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.97%

R = 50.61%
G = 32.42%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A76B38 (or 0xA76B38) is known color: Mai Tai. HEX triplet: A7, 6B and 38. RGB value is (167,107,56). Sum of RGB (Red+Green+Blue) = 167+107+56=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76B38 is #5894C7. Grayscale: #777777. Windows color (decimal): -5805256 or 3697575. OLE color: 3697575.

HSL color Cylindrical-coordinate representation of color #A76B38: hue angle of 27.57º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A76B38 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 107 56 -
CMYK 0 0.36 0.66 0.35
HSL 27.57º 0.5% 0.44% -
HSV(B) 27.57º 0.66% 0.65% -
XYZ 21.91 19.02 6.26 -
YUV 119.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 167 107 56 0 0.36 0.66 0.35 27.57 0.5 0.44
Hex A7 6B 38 0 24 42 23 1C 32 2C
Octal 247 153 70 0 44 102 43 34 62 54
Binary 10100111 1101011 111000 0 100100 1000010 100011 11100 110010 101100

Color Harmonies of #A76B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B38

Black with #A76B38

Text Example


Text Example

White with #A76B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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