Html Css Color HEX #A45D59 Au Chico

📋 copy color: '#A45D59'

red 164 ◦ green 93 ◦ blue 89

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

Shades of Au Chico #A45D59

Tints of Au Chico #A45D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

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

R = 47.4%
G = 26.88%
B = 25.72%

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

#A45D59 (or 0xA45D59) is known color: Au Chico. HEX triplet: A4, 5D and 59. RGB value is (164,93,89). Sum of RGB (Red+Green+Blue) = 164+93+89=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D59 is #5BA2A6. Grayscale: #717171. Windows color (decimal): -6005415 or 5856676. OLE color: 5856676.

HSL color Cylindrical-coordinate representation of color #A45D59: hue angle of 3.2º 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 #A45D59 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 93 89 -
CMYK 0 0.43 0.46 0.36
HSL 3.2º 0.3% 0.5% -
HSV(B) 3.2º 0.46% 0.64% -
XYZ 21.03 16.44 11.52 -
YUV 113.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 164 93 89 0 0.43 0.46 0.36 3.2 0.3 0.5
Hex A4 5D 59 0 2B 2E 24 3 1E 32
Octal 244 135 131 0 53 56 44 3 36 62
Binary 10100100 1011101 1011001 0 101011 101110 100100 11 11110 110010

Color Harmonies of #A45D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D59

Black with #A45D59

Text Example


Text Example

White with #A45D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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