Html Css Color HEX #A55F55 Au Chico

📋 copy color: '#A55F55'

red 165 ◦ green 95 ◦ blue 85

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

Shades of Au Chico #A55F55

Tints of Au Chico #A55F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 47.83%
G = 27.54%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A55F55 (or 0xA55F55) is known color: Au Chico. HEX triplet: A5, 5F and 55. RGB value is (165,95,85). Sum of RGB (Red+Green+Blue) = 165+95+85=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F55 is #5AA0AA. Grayscale: #727272. Windows color (decimal): -5939371 or 5595045. OLE color: 5595045.

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

Color convert

RGB 165 95 85 -
CMYK 0 0.42 0.48 0.35
HSL 7.5º 0.32% 0.49% -
HSV(B) 7.5º 0.48% 0.65% -
XYZ 21.25 16.84 10.72 -
YUV 114.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 165 95 85 0 0.42 0.48 0.35 7.5 0.32 0.49
Hex A5 5F 55 0 2A 30 23 8 20 31
Octal 245 137 125 0 52 60 43 10 40 61
Binary 10100101 1011111 1010101 0 101010 110000 100011 1000 100000 110001

Color Harmonies of #A55F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F55

Black with #A55F55

Text Example


Text Example

White with #A55F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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