#ab6954

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

Shades of Sante Fe #AB6954

Tints of Sante Fe #AB6954

Color information

#AB6954 (or 0xAB6954) is unknown color: approx Sante Fe. HEX triplet: AB, 69 and 54. RGB value is (171,105,84). Sum of RGB (Red+Green+Blue) = 171+105+84=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6954 is #5496AB. Grayscale: #7A7A7A. Windows color (decimal): -5543596 or 5532075. OLE color: 5532075.

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

Color convert

RGB17110584-
CMYK00.390.510.33
HSL14.48º34.12%50%-
HSV(B)14.48º50.88%67.06%-
XYZ23.4519.410.9-
YUV122.34106.37162.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=47.5%
G=29.17%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711058400.390.510.3314.4834.1250
HexAB69540273321e2232
Octal2531511240476341164262
Binary101010111101001101010001001111100111000011110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab6954; }

 p { color: rgb(171,105,84); }

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

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

 a { background-color: rgb(171,105,84); }

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

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

 span { border-color: rgb(171,105,84); }

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