Html Css Color HEX #A45E59 Au Chico

📋 copy color: '#A45E59'

red 164 ◦ green 94 ◦ blue 89

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

Shades of Au Chico #A45E59

Tints of Au Chico #A45E59

RGB

 RED value IS 164 (64.45% from 255) = 47.26%

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

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

R = 47.26%
G = 27.09%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A45E59 (or 0xA45E59) is known color: Au Chico. HEX triplet: A4, 5E and 59. RGB value is (164,94,89). Sum of RGB (Red+Green+Blue) = 164+94+89=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E59 is #5BA1A6. Grayscale: #727272. Windows color (decimal): -6005159 or 5856932. OLE color: 5856932.

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

Color convert

RGB 164 94 89 -
CMYK 0 0.43 0.46 0.36
HSL 0.3% 0.5% -
HSV(B) 0.46% 0.64% -
XYZ 21.12 16.62 11.55 -
YUV 114.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 164 94 89 0 0.43 0.46 0.36 4 0.3 0.5
Hex A4 5E 59 0 2B 2E 24 4 1E 32
Octal 244 136 131 0 53 56 44 4 36 62
Binary 10100100 1011110 1011001 0 101011 101110 100100 100 11110 110010

Color Harmonies of #A45E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E59

Black with #A45E59

Text Example


Text Example

White with #A45E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E59; }

 p { color: rgb(164,94,89); }

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

background-color css

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

 a { background-color: rgb(164,94,89); }

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

border-color css

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

 span { border-color: rgb(164,94,89); }

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