#A75F56

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

Shades of Au Chico #A75F56

Tints of Au Chico #A75F56

Color information

#A75F56 (or 0xA75F56) is unknown color: approx Au Chico. HEX triplet: A7, 5F and 56. RGB value is (167,95,86). Sum of RGB (Red+Green+Blue) = 167+95+86=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F56 is #58A0A9. Grayscale: #737373. Windows color (decimal): -5808298 or 5660583. OLE color: 5660583.

HSL color Cylindrical-coordinate representation of color #A75F56: hue angle of 6.67º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75F56 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB1679586-
CMYK00.430.490.35
HSL6.67º32.02%49.61%-
HSV(B)6.67º48.5%65.49%-
XYZ21.7117.0710.96-
YUV115.5111.35164.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=47.99%
G=27.30%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167958600.430.490.356.6732.0249.61
HexA75F5602B312372032
Octal247137126053614374062
Binary10100111101111110101100101011110001100011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F56; }

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

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

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

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

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

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

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

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