Html Css Color HEX #A05F52 Au Chico

📋 copy color: '#A05F52'

red 160 ◦ green 95 ◦ blue 82

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

Shades of Au Chico #A05F52

Tints of Au Chico #A05F52

RGB

 RED value IS 160 (62.89% from 255) = 47.48%

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

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

R = 47.48%
G = 28.19%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A05F52 (or 0xA05F52) is known color: Au Chico. HEX triplet: A0, 5F and 52. RGB value is (160,95,82). Sum of RGB (Red+Green+Blue) = 160+95+82=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F52 is #5FA0AD. Grayscale: #717171. Windows color (decimal): -6267054 or 5398432. OLE color: 5398432.

HSL color Cylindrical-coordinate representation of color #A05F52: hue angle of 10º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05F52 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 95 82 -
CMYK 0 0.41 0.49 0.37
HSL 10º 0.32% 0.47% -
HSV(B) 10º 0.49% 0.63% -
XYZ 20.11 16.27 10.06 -
YUV 112.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 160 95 82 0 0.41 0.49 0.37 10 0.32 0.47
Hex A0 5F 52 0 29 31 25 A 20 2F
Octal 240 137 122 0 51 61 45 12 40 57
Binary 10100000 1011111 1010010 0 101001 110001 100101 1010 100000 101111

Color Harmonies of #A05F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05F52

Black with #A05F52

Text Example


Text Example

White with #A05F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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