#AF6057

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

Shades of Au Chico #AF6057

Tints of Au Chico #AF6057

Color information

#AF6057 (or 0xAF6057) is unknown color: approx Au Chico. HEX triplet: AF, 60 and 57. RGB value is (175,96,87). Sum of RGB (Red+Green+Blue) = 175+96+87=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6057 is #509FA8. Grayscale: #767676. Windows color (decimal): -5283753 or 5726383. OLE color: 5726383.

HSL color Cylindrical-coordinate representation of color #AF6057: hue angle of 6.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6057 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1759687-
CMYK00.450.500.31
HSL6.14º35.48%51.37%-
HSV(B)6.14º50.29%68.63%-
XYZ23.5818.1711.28-
YUV118.6110.17168.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=48.88%
G=26.82%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175968700.450.500.316.1435.4851.37
HexAF605702D321F62333
Octal257140127055623764363
Binary1010111111000001010111010110111001011111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6057; }

 p { color: rgb(175,96,87); }

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

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

 a { background-color: rgb(175,96,87); }

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

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

 span { border-color: rgb(175,96,87); }

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