Html Css Color HEX #A76A35 Mai Tai

📋 copy color: '#A76A35'

red 167 ◦ green 106 ◦ blue 53

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

Shades of Mai Tai #A76A35

Tints of Mai Tai #A76A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 51.23%
G = 32.52%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A76A35 (or 0xA76A35) is known color: Mai Tai. HEX triplet: A7, 6A and 35. RGB value is (167,106,53). Sum of RGB (Red+Green+Blue) = 167+106+53=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A35 is #5895CA. Grayscale: #767676. Windows color (decimal): -5805515 or 3500711. OLE color: 3500711.

HSL color Cylindrical-coordinate representation of color #A76A35: hue angle of 27.89º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A76A35 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 106 53 -
CMYK 0 0.37 0.68 0.35
HSL 27.89º 0.52% 0.43% -
HSV(B) 27.89º 0.68% 0.65% -
XYZ 21.73 18.78 5.85 -
YUV 118.2 91.21 162.81 -
System Red Green Blue C M Y K H S L
Decimal 167 106 53 0 0.37 0.68 0.35 27.89 0.52 0.43
Hex A7 6A 35 0 25 44 23 1C 34 2B
Octal 247 152 65 0 45 104 43 34 64 53
Binary 10100111 1101010 110101 0 100101 1000100 100011 11100 110100 101011

Color Harmonies of #A76A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76A35

Black with #A76A35

Text Example


Text Example

White with #A76A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76A35; }

 p { color: rgb(167,106,53); }

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

background-color css

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

 a { background-color: rgb(167,106,53); }

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

border-color css

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

 span { border-color: rgb(167,106,53); }

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