#AB654F

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

Shades of Sante Fe #AB654F

Tints of Sante Fe #AB654F

Color information

#AB654F (or 0xAB654F) is unknown color: approx Sante Fe. HEX triplet: AB, 65 and 4F. RGB value is (171,101,79). Sum of RGB (Red+Green+Blue) = 171+101+79=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB654F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB654F is #549AB0. Grayscale: #777777. Windows color (decimal): -5544625 or 5203371. OLE color: 5203371.

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

Color convert

RGB17110179-
CMYK00.410.540.33
HSL14.35º36.8%49.02%-
HSV(B)14.35º53.8%67.06%-
XYZ22.8618.539.77-
YUV119.42105.19164.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=48.72%
G=28.77%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711017900.410.540.3314.3536.849.02
HexAB654F0293621e2531
Octal2531451170516641164561
Binary101010111100101100111101010011101101000011110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB654F; }

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

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

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

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

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

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

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

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