#AB6557

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

Shades of Au Chico #AB6557

Tints of Au Chico #AB6557

Color information

#AB6557 (or 0xAB6557) is unknown color: approx Au Chico. HEX triplet: AB, 65 and 57. RGB value is (171,101,87). Sum of RGB (Red+Green+Blue) = 171+101+87=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6557 is #549AA8. Grayscale: #787878. Windows color (decimal): -5544617 or 5727659. OLE color: 5727659.

HSL color Cylindrical-coordinate representation of color #AB6557: hue angle of 10º 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 #AB6557 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17110187-
CMYK00.410.490.33
HSL10º33.33%50.59%-
HSV(B)10º49.12%67.06%-
XYZ23.1718.6511.4-
YUV120.33109.19164.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 87 (34.38% from 255) = 24.23%
R=47.63%
G=28.13%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711018700.410.490.331033.3350.59
HexAB65570293121a2133
Octal2531451270516141124163
Binary101010111100101101011101010011100011000011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6557; }

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

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

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

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

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

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

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

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