#AB6553

Color #AB6553 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AB6553

Tints of Sante Fe #AB6553

Color information

#AB6553 (or 0xAB6553) is unknown color: approx Sante Fe. HEX triplet: AB, 65 and 53. RGB value is (171,101,83). Sum of RGB (Red+Green+Blue) = 171+101+83=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6553 is #549AAC. Grayscale: #787878. Windows color (decimal): -5544621 or 5465515. OLE color: 5465515.

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

Color convert

RGB17110183-
CMYK00.410.510.33
HSL12.27º34.65%49.8%-
HSV(B)12.27º51.46%67.06%-
XYZ23.0118.5910.56-
YUV119.88107.19164.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=48.17%
G=28.45%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711018300.410.510.3312.2734.6549.8
HexAB65530293321c2332
Octal2531451230516341144362
Binary101010111100101101001101010011100111000011100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6553; }

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

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

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

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

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

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

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

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