Html Css Color HEX #A05E53 Au Chico

📋 copy color: '#A05E53'

red 160 ◦ green 94 ◦ blue 83

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

Shades of Au Chico #A05E53

Tints of Au Chico #A05E53

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 47.48%
G = 27.89%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A05E53 (or 0xA05E53) is known color: Au Chico. HEX triplet: A0, 5E and 53. RGB value is (160,94,83). Sum of RGB (Red+Green+Blue) = 160+94+83=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E53 is #5FA1AC. Grayscale: #707070. Windows color (decimal): -6267309 or 5463712. OLE color: 5463712.

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

Color convert

RGB 160 94 83 -
CMYK 0 0.41 0.48 0.37
HSL 8.57º 0.32% 0.48% -
HSV(B) 8.57º 0.48% 0.63% -
XYZ 20.06 16.1 10.23 -
YUV 112.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 160 94 83 0 0.41 0.48 0.37 8.57 0.32 0.48
Hex A0 5E 53 0 29 30 25 9 20 30
Octal 240 136 123 0 51 60 45 11 40 60
Binary 10100000 1011110 1010011 0 101001 110000 100101 1001 100000 110000

Color Harmonies of #A05E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E53

Black with #A05E53

Text Example


Text Example

White with #A05E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E53; }

 p { color: rgb(160,94,83); }

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

background-color css

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

 a { background-color: rgb(160,94,83); }

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

border-color css

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

 span { border-color: rgb(160,94,83); }

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