#A95D5A

Color #A95D5A Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A95D5A

Tints of Au Chico #A95D5A

Color information

#A95D5A (or 0xA95D5A) is unknown color: approx Au Chico. HEX triplet: A9, 5D and 5A. RGB value is (169,93,90). Sum of RGB (Red+Green+Blue) = 169+93+90=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95D5A is #56A2A5. Grayscale: #737373. Windows color (decimal): -5677734 or 5922217. OLE color: 5922217.

HSL color Cylindrical-coordinate representation of color #A95D5A: hue angle of 2.28º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95D5A is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1699390-
CMYK00.450.470.34
HSL2.28º31.47%50.78%-
HSV(B)2.28º46.75%66.27%-
XYZ22.121711.79-
YUV115.38113.68166.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=48.01%
G=26.42%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169939000.450.470.342.2831.4750.78
HexA95D5A02D2F2221f33
Octal251135132055574223763
Binary101010011011101101101001011011011111000101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D5A; }

 p { color: rgb(169,93,90); }

 H1.HeaderClassName
 {
   color: #A95D5A;
 }
 .AnyTagClassName
 {
   color: #A95D5A;
 }
</style>
background-color css

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

 a { background-color: rgb(169,93,90); }

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

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

 span { border-color: rgb(169,93,90); }

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