Html Css Color HEX #A45E57 Au Chico

📋 copy color: '#A45E57'

red 164 ◦ green 94 ◦ blue 87

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

Shades of Au Chico #A45E57

Tints of Au Chico #A45E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 47.54%
G = 27.25%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A45E57 (or 0xA45E57) is known color: Au Chico. HEX triplet: A4, 5E and 57. RGB value is (164,94,87). Sum of RGB (Red+Green+Blue) = 164+94+87=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E57 is #5BA1A8. Grayscale: #727272. Windows color (decimal): -6005161 or 5725860. OLE color: 5725860.

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

Color convert

RGB 164 94 87 -
CMYK 0 0.43 0.47 0.36
HSL 5.45º 0.31% 0.49% -
HSV(B) 5.45º 0.47% 0.64% -
XYZ 21.03 16.59 11.11 -
YUV 114.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 164 94 87 0 0.43 0.47 0.36 5.45 0.31 0.49
Hex A4 5E 57 0 2B 2F 24 5 1F 31
Octal 244 136 127 0 53 57 44 5 37 61
Binary 10100100 1011110 1010111 0 101011 101111 100100 101 11111 110001

Color Harmonies of #A45E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E57

Black with #A45E57

Text Example


Text Example

White with #A45E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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