#AB6253

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

Shades of Sante Fe #AB6253

Tints of Sante Fe #AB6253

Color information

#AB6253 (or 0xAB6253) is unknown color: approx Sante Fe. HEX triplet: AB, 62 and 53. RGB value is (171,98,83). Sum of RGB (Red+Green+Blue) = 171+98+83=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6253 is #549DAC. Grayscale: #767676. Windows color (decimal): -5545389 or 5464747. OLE color: 5464747.

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

Color convert

RGB1719883-
CMYK00.430.510.33
HSL10.23º34.65%49.8%-
HSV(B)10.23º51.46%67.06%-
XYZ22.7218.0210.46-
YUV118.12108.18165.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=48.58%
G=27.84%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171988300.430.510.3310.2334.6549.8
HexAB625302B3321a2332
Octal2531421230536341124362
Binary101010111100010101001101010111100111000011010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6253; }

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

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

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

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

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

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

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

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