Html Css Color HEX #A76535 Mai Tai

📋 copy color: '#A76535'

red 167 ◦ green 101 ◦ blue 53

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

Shades of Mai Tai #A76535

Tints of Mai Tai #A76535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

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

R = 52.02%
G = 31.46%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A76535 (or 0xA76535) is known color: Mai Tai. HEX triplet: A7, 65 and 35. RGB value is (167,101,53). Sum of RGB (Red+Green+Blue) = 167+101+53=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A76535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76535 is #589ACA. Grayscale: #737373. Windows color (decimal): -5806795 or 3499431. OLE color: 3499431.

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

Color convert

RGB 167 101 53 -
CMYK 0 0.40 0.68 0.35
HSL 25.26º 0.52% 0.43% -
HSV(B) 25.26º 0.68% 0.65% -
XYZ 21.23 17.78 5.68 -
YUV 115.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 167 101 53 0 0.40 0.68 0.35 25.26 0.52 0.43
Hex A7 65 35 0 28 44 23 19 34 2B
Octal 247 145 65 0 50 104 43 31 64 53
Binary 10100111 1100101 110101 0 101000 1000100 100011 11001 110100 101011

Color Harmonies of #A76535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76535

Black with #A76535

Text Example


Text Example

White with #A76535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76535; }

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

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

background-color css

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

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

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

border-color css

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

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

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