#AB7451

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

Shades of Sante Fe #AB7451

Tints of Sante Fe #AB7451

Color information

#AB7451 (or 0xAB7451) is unknown color: approx Sante Fe. HEX triplet: AB, 74 and 51. RGB value is (171,116,81). Sum of RGB (Red+Green+Blue) = 171+116+81=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7451 is #548BAE. Grayscale: #808080. Windows color (decimal): -5540783 or 5338283. OLE color: 5338283.

HSL color Cylindrical-coordinate representation of color #AB7451: hue angle of 23.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB7451 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17111681-
CMYK00.320.530.33
HSL23.33º35.71%49.41%-
HSV(B)23.33º52.63%67.06%-
XYZ24.5321.7410.69-
YUV128.46101.22158.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.47%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=46.47%
G=31.52%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711168100.320.530.3323.3335.7149.41
HexAB74510203521172431
Octal2531641210406541274461
Binary1010101111101001010001010000011010110000110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7451; }

 p { color: rgb(171,116,81); }

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

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

 a { background-color: rgb(171,116,81); }

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

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

 span { border-color: rgb(171,116,81); }

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