#AB674B

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

Shades of Sante Fe #AB674B

Tints of Sante Fe #AB674B

Color information

#AB674B (or 0xAB674B) is unknown color: approx Sante Fe. HEX triplet: AB, 67 and 4B. RGB value is (171,103,75). Sum of RGB (Red+Green+Blue) = 171+103+75=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB674B is #5498B4. Grayscale: #787878. Windows color (decimal): -5544117 or 4941739. OLE color: 4941739.

HSL color Cylindrical-coordinate representation of color #AB674B: hue angle of 17.5º 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 #AB674B is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17110375-
CMYK00.400.560.33
HSL17.5º39.02%48.24%-
HSV(B)17.5º56.14%67.06%-
XYZ22.9118.879.09-
YUV120.14102.53164.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=49.00%
G=29.51%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711037500.400.560.3317.539.0248.24
HexAB674B0283821122730
Octal2531471130507041224760
Binary1010101111001111001011010100011100010000110010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB674B; }

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

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

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

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

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

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

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

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