Html Css Color HEX #A96535 Mai Tai

📋 copy color: '#A96535'

red 169 ◦ green 101 ◦ blue 53

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

Shades of Mai Tai #A96535

Tints of Mai Tai #A96535

RGB

 RED value IS 169 (66.41% from 255) = 52.32%

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

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

R = 52.32%
G = 31.27%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A96535 (or 0xA96535) is known color: Mai Tai. HEX triplet: A9, 65 and 35. RGB value is (169,101,53). Sum of RGB (Red+Green+Blue) = 169+101+53=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A96535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96535 is #569ACA. Grayscale: #747474. Windows color (decimal): -5675723 or 3499433. OLE color: 3499433.

HSL color Cylindrical-coordinate representation of color #A96535: hue angle of 24.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A96535 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 101 53 -
CMYK 0 0.40 0.69 0.34
HSL 24.83º 0.52% 0.44% -
HSV(B) 24.83º 0.69% 0.66% -
XYZ 21.66 18 5.7 -
YUV 115.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 169 101 53 0 0.40 0.69 0.34 24.83 0.52 0.44
Hex A9 65 35 0 28 45 22 19 34 2C
Octal 251 145 65 0 50 105 42 31 64 54
Binary 10101001 1100101 110101 0 101000 1000101 100010 11001 110100 101100

Color Harmonies of #A96535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96535

Black with #A96535

Text Example


Text Example

White with #A96535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96535; }

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

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

background-color css

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

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

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

border-color css

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

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

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