Html Css Color HEX #A85E23 Mai Tai

📋 copy color: '#A85E23'

red 168 ◦ green 94 ◦ blue 35

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

Shades of Mai Tai #A85E23

Tints of Mai Tai #A85E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.78%

R = 56.57%
G = 31.65%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A85E23 (or 0xA85E23) is known color: Mai Tai. HEX triplet: A8, 5E and 23. RGB value is (168,94,35). Sum of RGB (Red+Green+Blue) = 168+94+35=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E23 is #57A1DC. Grayscale: #6D6D6D. Windows color (decimal): -5743069 or 2317992. OLE color: 2317992.

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

Color convert

RGB 168 94 35 -
CMYK 0 0.44 0.79 0.34
HSL 26.62º 0.66% 0.4% -
HSV(B) 26.62º 0.79% 0.66% -
XYZ 20.45 16.45 3.69 -
YUV 109.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 168 94 35 0 0.44 0.79 0.34 26.62 0.66 0.4
Hex A8 5E 23 0 2C 4F 22 1B 42 28
Octal 250 136 43 0 54 117 42 33 102 50
Binary 10101000 1011110 100011 0 101100 1001111 100010 11011 1000010 101000

Color Harmonies of #A85E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E23

Black with #A85E23

Text Example


Text Example

White with #A85E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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