#AB6056

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

Shades of Au Chico #AB6056

Tints of Au Chico #AB6056

Color information

#AB6056 (or 0xAB6056) is unknown color: approx Au Chico. HEX triplet: AB, 60 and 56. RGB value is (171,96,86). Sum of RGB (Red+Green+Blue) = 171+96+86=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6056 is #549FA9. Grayscale: #757575. Windows color (decimal): -5545898 or 5660843. OLE color: 5660843.

HSL color Cylindrical-coordinate representation of color #AB6056: hue angle of 7.06º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6056 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB1719686-
CMYK00.440.500.33
HSL7.06º33.6%50.39%-
HSV(B)7.06º49.71%67.06%-
XYZ22.6617.711.03-
YUV117.28110.35166.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=48.44%
G=27.20%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171968600.440.500.337.0633.650.39
HexAB605602C322172232
Octal253140126054624174262
Binary10101011110000010101100101100110010100001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6056; }

 p { color: rgb(171,96,86); }

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

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

 a { background-color: rgb(171,96,86); }

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

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

 span { border-color: rgb(171,96,86); }

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