#AB6152

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

Shades of Sante Fe #AB6152

Tints of Sante Fe #AB6152

Color information

#AB6152 (or 0xAB6152) is unknown color: approx Sante Fe. HEX triplet: AB, 61 and 52. RGB value is (171,97,82). Sum of RGB (Red+Green+Blue) = 171+97+82=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6152 is #549EAD. Grayscale: #757575. Windows color (decimal): -5545646 or 5398955. OLE color: 5398955.

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

Color convert

RGB1719782-
CMYK00.430.520.33
HSL10.11º35.18%49.61%-
HSV(B)10.11º52.05%67.06%-
XYZ22.5917.8210.23-
YUV117.42108.02166.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=48.86%
G=27.71%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171978200.430.520.3310.1135.1849.61
HexAB615202B3421a2332
Octal2531411220536441124362
Binary101010111100001101001001010111101001000011010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6152; }

 p { color: rgb(171,97,82); }

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

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

 a { background-color: rgb(171,97,82); }

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

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

 span { border-color: rgb(171,97,82); }

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