Html Css Color HEX #A85E32 Mai Tai

📋 copy color: '#A85E32'

red 168 ◦ green 94 ◦ blue 50

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

Shades of Mai Tai #A85E32

Tints of Mai Tai #A85E32

RGB

 RED value IS 168 (66.02% from 255) = 53.85%

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 53.85%
G = 30.13%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A85E32 (or 0xA85E32) is known color: Mai Tai. HEX triplet: A8, 5E and 32. RGB value is (168,94,50). Sum of RGB (Red+Green+Blue) = 168+94+50=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E32 is #57A1CD. Grayscale: #6F6F6F. Windows color (decimal): -5743054 or 3301032. OLE color: 3301032.

HSL color Cylindrical-coordinate representation of color #A85E32: hue angle of 22.37º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A85E32 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 94 50 -
CMYK 0 0.44 0.70 0.34
HSL 22.37º 0.54% 0.43% -
HSV(B) 22.37º 0.7% 0.66% -
XYZ 20.73 16.56 5.12 -
YUV 111.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 168 94 50 0 0.44 0.70 0.34 22.37 0.54 0.43
Hex A8 5E 32 0 2C 46 22 16 36 2B
Octal 250 136 62 0 54 106 42 26 66 53
Binary 10101000 1011110 110010 0 101100 1000110 100010 10110 110110 101011

Color Harmonies of #A85E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E32

Black with #A85E32

Text Example


Text Example

White with #A85E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E32; }

 p { color: rgb(168,94,50); }

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

background-color css

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

 a { background-color: rgb(168,94,50); }

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

border-color css

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

 span { border-color: rgb(168,94,50); }

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