#A95F5A

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

Shades of Au Chico #A95F5A

Tints of Au Chico #A95F5A

Color information

#A95F5A (or 0xA95F5A) is unknown color: approx Au Chico. HEX triplet: A9, 5F and 5A. RGB value is (169,95,90). Sum of RGB (Red+Green+Blue) = 169+95+90=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F5A is #56A0A5. Grayscale: #747474. Windows color (decimal): -5677222 or 5922729. OLE color: 5922729.

HSL color Cylindrical-coordinate representation of color #A95F5A: hue angle of 3.8º 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 #A95F5A is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1699590-
CMYK00.440.470.34
HSL3.8º31.47%50.78%-
HSV(B)3.8º46.75%66.27%-
XYZ22.317.3611.85-
YUV116.56113.02165.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 95 (37.5% from 255) = 26.84%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=47.74%
G=26.84%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169959000.440.470.343.831.4750.78
HexA95F5A02C2F2241f33
Octal251137132054574243763
Binary1010100110111111011010010110010111110001010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F5A; }

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

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

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

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

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

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

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

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