#AB6457

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

Shades of Au Chico #AB6457

Tints of Au Chico #AB6457

Color information

#AB6457 (or 0xAB6457) is unknown color: approx Au Chico. HEX triplet: AB, 64 and 57. RGB value is (171,100,87). Sum of RGB (Red+Green+Blue) = 171+100+87=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6457 is #549BA8. Grayscale: #777777. Windows color (decimal): -5544873 or 5727403. OLE color: 5727403.

HSL color Cylindrical-coordinate representation of color #AB6457: hue angle of 9.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB6457 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17110087-
CMYK00.420.490.33
HSL9.29º33.33%50.59%-
HSV(B)9.29º49.12%67.06%-
XYZ23.0718.4611.36-
YUV119.75109.52164.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=47.77%
G=27.93%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711008700.420.490.339.2933.3350.59
HexAB645702A312192133
Octal2531441270526141114163
Binary101010111100100101011101010101100011000011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6457; }

 p { color: rgb(171,100,87); }

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

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

 a { background-color: rgb(171,100,87); }

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

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

 span { border-color: rgb(171,100,87); }

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