Html Css Color HEX #A35F24 Mai Tai

📋 copy color: '#A35F24'

red 163 ◦ green 95 ◦ blue 36

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

Shades of Mai Tai #A35F24

Tints of Mai Tai #A35F24

RGB

 RED value IS 163 (64.06% from 255) = 55.44%

 GREEN value IS 95 (37.5% from 255) = 32.31%

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 55.44%
G = 32.31%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A35F24 (or 0xA35F24) is known color: Mai Tai. HEX triplet: A3, 5F and 24. RGB value is (163,95,36). Sum of RGB (Red+Green+Blue) = 163+95+36=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F24 is #5CA0DB. Grayscale: #6C6C6C. Windows color (decimal): -6070492 or 2383779. OLE color: 2383779.

HSL color Cylindrical-coordinate representation of color #A35F24: hue angle of 27.87º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A35F24 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 95 36 -
CMYK 0 0.42 0.78 0.36
HSL 27.87º 0.64% 0.39% -
HSV(B) 27.87º 0.78% 0.64% -
XYZ 19.51 16.1 3.75 -
YUV 108.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 163 95 36 0 0.42 0.78 0.36 27.87 0.64 0.39
Hex A3 5F 24 0 2A 4E 24 1C 40 27
Octal 243 137 44 0 52 116 44 34 100 47
Binary 10100011 1011111 100100 0 101010 1001110 100100 11100 1000000 100111

Color Harmonies of #A35F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F24

Black with #A35F24

Text Example


Text Example

White with #A35F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F24; }

 p { color: rgb(163,95,36); }

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

background-color css

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

 a { background-color: rgb(163,95,36); }

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

border-color css

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

 span { border-color: rgb(163,95,36); }

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