Html Css Color HEX #A85F57 Au Chico

📋 copy color: '#A85F57'

red 168 ◦ green 95 ◦ blue 87

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

Shades of Au Chico #A85F57

Tints of Au Chico #A85F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.86%

R = 48%
G = 27.14%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A85F57 (or 0xA85F57) is known color: Au Chico. HEX triplet: A8, 5F and 57. RGB value is (168,95,87). Sum of RGB (Red+Green+Blue) = 168+95+87=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F57 is #57A0A8. Grayscale: #747474. Windows color (decimal): -5742761 or 5726120. OLE color: 5726120.

HSL color Cylindrical-coordinate representation of color #A85F57: hue angle of 5.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85F57 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 95 87 -
CMYK 0 0.43 0.48 0.34
HSL 5.93º 0.32% 0.5% -
HSV(B) 5.93º 0.48% 0.66% -
XYZ 21.96 17.2 11.18 -
YUV 115.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 168 95 87 0 0.43 0.48 0.34 5.93 0.32 0.5
Hex A8 5F 57 0 2B 30 22 6 20 32
Octal 250 137 127 0 53 60 42 6 40 62
Binary 10101000 1011111 1010111 0 101011 110000 100010 110 100000 110010

Color Harmonies of #A85F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F57

Black with #A85F57

Text Example


Text Example

White with #A85F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F57; }

 p { color: rgb(168,95,87); }

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

background-color css

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

 a { background-color: rgb(168,95,87); }

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

border-color css

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

 span { border-color: rgb(168,95,87); }

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