#A95F56

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

Shades of Au Chico #A95F56

Tints of Au Chico #A95F56

Color information

#A95F56 (or 0xA95F56) is unknown color: approx Au Chico. HEX triplet: A9, 5F and 56. RGB value is (169,95,86). Sum of RGB (Red+Green+Blue) = 169+95+86=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F56 is #56A0A9. Grayscale: #747474. Windows color (decimal): -5677226 or 5660585. OLE color: 5660585.

HSL color Cylindrical-coordinate representation of color #A95F56: hue angle of 6.51º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95F56 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1699586-
CMYK00.440.490.34
HSL6.51º32.55%50%-
HSV(B)6.51º49.11%66.27%-
XYZ22.1317.2910.98-
YUV116.1111.02165.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=48.29%
G=27.14%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169958600.440.490.346.5132.5550
HexA95F5602C312272132
Octal251137126054614274162
Binary10101001101111110101100101100110001100010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F56; }

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

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

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

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

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

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

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

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