#AB654B

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

Shades of Sante Fe #AB654B

Tints of Sante Fe #AB654B

Color information

#AB654B (or 0xAB654B) is unknown color: approx Sante Fe. HEX triplet: AB, 65 and 4B. RGB value is (171,101,75). Sum of RGB (Red+Green+Blue) = 171+101+75=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB654B is #549AB4. Grayscale: #777777. Windows color (decimal): -5544629 or 4941227. OLE color: 4941227.

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

Color convert

RGB17110175-
CMYK00.410.560.33
HSL16.25º39.02%48.24%-
HSV(B)16.25º56.14%67.06%-
XYZ22.7218.479.02-
YUV118.97103.19165.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=49.28%
G=29.11%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711017500.410.560.3316.2539.0248.24
HexAB654B0293821102730
Octal2531451130517041204760
Binary1010101111001011001011010100111100010000110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB654B; }

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

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

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

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

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

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

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

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