#A75F59

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

Shades of Au Chico #A75F59

Tints of Au Chico #A75F59

Color information

#A75F59 (or 0xA75F59) is unknown color: approx Au Chico. HEX triplet: A7, 5F and 59. RGB value is (167,95,89). Sum of RGB (Red+Green+Blue) = 167+95+89=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F59 is #58A0A6. Grayscale: #737373. Windows color (decimal): -5808295 or 5857191. OLE color: 5857191.

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

Color convert

RGB1679589-
CMYK00.430.470.35
HSL4.62º30.71%50.2%-
HSV(B)4.62º46.71%65.49%-
XYZ21.8317.1211.61-
YUV115.84112.85164.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 89 (35.16% from 255) = 25.36%
R=47.58%
G=27.07%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167958900.430.470.354.6230.7150.2
HexA75F5902B2F2351f32
Octal247137131053574353762
Binary1010011110111111011001010101110111110001110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F59; }

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

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

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

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

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

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

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

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