Html Css Color HEX #A55F52 Au Chico

📋 copy color: '#A55F52'

red 165 ◦ green 95 ◦ blue 82

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

Shades of Au Chico #A55F52

Tints of Au Chico #A55F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 48.25%
G = 27.78%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A55F52 (or 0xA55F52) is known color: Au Chico. HEX triplet: A5, 5F and 52. RGB value is (165,95,82). Sum of RGB (Red+Green+Blue) = 165+95+82=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F52 is #5AA0AD. Grayscale: #727272. Windows color (decimal): -5939374 or 5398437. OLE color: 5398437.

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

Color convert

RGB 165 95 82 -
CMYK 0 0.42 0.50 0.35
HSL 9.4º 0.34% 0.48% -
HSV(B) 9.4º 0.5% 0.65% -
XYZ 21.13 16.79 10.11 -
YUV 114.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 165 95 82 0 0.42 0.50 0.35 9.4 0.34 0.48
Hex A5 5F 52 0 2A 32 23 9 22 30
Octal 245 137 122 0 52 62 43 11 42 60
Binary 10100101 1011111 1010010 0 101010 110010 100011 1001 100010 110000

Color Harmonies of #A55F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F52

Black with #A55F52

Text Example


Text Example

White with #A55F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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