#AE6257

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

Shades of Au Chico #AE6257

Tints of Au Chico #AE6257

Color information

#AE6257 (or 0xAE6257) is unknown color: approx Au Chico. HEX triplet: AE, 62 and 57. RGB value is (174,98,87). Sum of RGB (Red+Green+Blue) = 174+98+87=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6257 is #519DA8. Grayscale: #777777. Windows color (decimal): -5348777 or 5726894. OLE color: 5726894.

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

Color convert

RGB1749887-
CMYK00.440.50.32
HSL7.59º34.94%51.18%-
HSV(B)7.59º50%68.24%-
XYZ23.5418.4211.33-
YUV119.47109.68166.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 87 (34.38% from 255) = 24.23%
R=48.47%
G=27.30%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174988700.440.50.327.5934.9451.18
HexAE625702C322082333
Octal2561421270546240104363
Binary101011101100010101011101011001100101000001000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6257; }

 p { color: rgb(174,98,87); }

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

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

 a { background-color: rgb(174,98,87); }

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

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

 span { border-color: rgb(174,98,87); }

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