Html Css Color HEX #A85D2B Mai Tai

📋 copy color: '#A85D2B'

red 168 ◦ green 93 ◦ blue 43

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

Shades of Mai Tai #A85D2B

Tints of Mai Tai #A85D2B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 55.26%
G = 30.59%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A85D2B (or 0xA85D2B) is known color: Mai Tai. HEX triplet: A8, 5D and 2B. RGB value is (168,93,43). Sum of RGB (Red+Green+Blue) = 168+93+43=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D2B is #57A2D4. Grayscale: #6E6E6E. Windows color (decimal): -5743317 or 2842024. OLE color: 2842024.

HSL color Cylindrical-coordinate representation of color #A85D2B: hue angle of 24º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A85D2B is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 93 43 -
CMYK 0 0.45 0.74 0.34
HSL 24º 0.59% 0.41% -
HSV(B) 24º 0.74% 0.66% -
XYZ 20.5 16.33 4.36 -
YUV 109.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 168 93 43 0 0.45 0.74 0.34 24 0.59 0.41
Hex A8 5D 2B 0 2D 4A 22 18 3B 29
Octal 250 135 53 0 55 112 42 30 73 51
Binary 10101000 1011101 101011 0 101101 1001010 100010 11000 111011 101001

Color Harmonies of #A85D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D2B

Black with #A85D2B

Text Example


Text Example

White with #A85D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D2B; }

 p { color: rgb(168,93,43); }

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

background-color css

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

 a { background-color: rgb(168,93,43); }

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

border-color css

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

 span { border-color: rgb(168,93,43); }

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