Html Css Color HEX #A55D59 Au Chico

📋 copy color: '#A55D59'

red 165 ◦ green 93 ◦ blue 89

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

Shades of Au Chico #A55D59

Tints of Au Chico #A55D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 47.55%
G = 26.8%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A55D59 (or 0xA55D59) is known color: Au Chico. HEX triplet: A5, 5D and 59. RGB value is (165,93,89). Sum of RGB (Red+Green+Blue) = 165+93+89=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D59 is #5AA2A6. Grayscale: #727272. Windows color (decimal): -5939879 or 5856677. OLE color: 5856677.

HSL color Cylindrical-coordinate representation of color #A55D59: hue angle of 3.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55D59 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 93 89 -
CMYK 0 0.44 0.46 0.35
HSL 3.16º 0.3% 0.5% -
HSV(B) 3.16º 0.46% 0.65% -
XYZ 21.23 16.55 11.53 -
YUV 114.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 165 93 89 0 0.44 0.46 0.35 3.16 0.3 0.5
Hex A5 5D 59 0 2C 2E 23 3 1E 32
Octal 245 135 131 0 54 56 43 3 36 62
Binary 10100101 1011101 1011001 0 101100 101110 100011 11 11110 110010

Color Harmonies of #A55D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D59

Black with #A55D59

Text Example


Text Example

White with #A55D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D59; }

 p { color: rgb(165,93,89); }

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

background-color css

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

 a { background-color: rgb(165,93,89); }

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

border-color css

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

 span { border-color: rgb(165,93,89); }

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