Html Css Color HEX #A55F57 Au Chico

📋 copy color: '#A55F57'

red 165 ◦ green 95 ◦ blue 87

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

Shades of Au Chico #A55F57

Tints of Au Chico #A55F57

RGB

 RED value IS 165 (64.84% from 255) = 47.55%

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

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

R = 47.55%
G = 27.38%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A55F57 (or 0xA55F57) is known color: Au Chico. HEX triplet: A5, 5F and 57. RGB value is (165,95,87). Sum of RGB (Red+Green+Blue) = 165+95+87=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F57 is #5AA0A8. Grayscale: #737373. Windows color (decimal): -5939369 or 5726117. OLE color: 5726117.

HSL color Cylindrical-coordinate representation of color #A55F57: hue angle of 6.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55F57 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 95 87 -
CMYK 0 0.42 0.47 0.35
HSL 6.15º 0.31% 0.49% -
HSV(B) 6.15º 0.47% 0.65% -
XYZ 21.33 16.87 11.15 -
YUV 115.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 165 95 87 0 0.42 0.47 0.35 6.15 0.31 0.49
Hex A5 5F 57 0 2A 2F 23 6 1F 31
Octal 245 137 127 0 52 57 43 6 37 61
Binary 10100101 1011111 1010111 0 101010 101111 100011 110 11111 110001

Color Harmonies of #A55F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F57

Black with #A55F57

Text Example


Text Example

White with #A55F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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