Html Css Color HEX #A85E25 Mai Tai

📋 copy color: '#A85E25'

red 168 ◦ green 94 ◦ blue 37

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

Shades of Mai Tai #A85E25

Tints of Mai Tai #A85E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.37%

R = 56.19%
G = 31.44%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A85E25 (or 0xA85E25) is known color: Mai Tai. HEX triplet: A8, 5E and 25. RGB value is (168,94,37). Sum of RGB (Red+Green+Blue) = 168+94+37=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E25 is #57A1DA. Grayscale: #6D6D6D. Windows color (decimal): -5743067 or 2449064. OLE color: 2449064.

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

Color convert

RGB 168 94 37 -
CMYK 0 0.44 0.78 0.34
HSL 26.11º 0.64% 0.4% -
HSV(B) 26.11º 0.78% 0.66% -
XYZ 20.49 16.46 3.85 -
YUV 109.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 168 94 37 0 0.44 0.78 0.34 26.11 0.64 0.4
Hex A8 5E 25 0 2C 4E 22 1A 40 28
Octal 250 136 45 0 54 116 42 32 100 50
Binary 10101000 1011110 100101 0 101100 1001110 100010 11010 1000000 101000

Color Harmonies of #A85E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E25

Black with #A85E25

Text Example


Text Example

White with #A85E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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