#AB724E

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

Shades of Sante Fe #AB724E

Tints of Sante Fe #AB724E

Color information

#AB724E (or 0xAB724E) is unknown color: approx Sante Fe. HEX triplet: AB, 72 and 4E. RGB value is (171,114,78). Sum of RGB (Red+Green+Blue) = 171+114+78=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB724E is #548DB1. Grayscale: #7F7F7F. Windows color (decimal): -5541298 or 5141163. OLE color: 5141163.

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

Color convert

RGB17111478-
CMYK00.330.540.33
HSL23.23º37.35%48.82%-
HSV(B)23.23º54.39%67.06%-
XYZ24.1921.2410.03-
YUV126.94100.38159.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=47.11%
G=31.40%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711147800.330.540.3323.2337.3548.82
HexAB724E0213621172531
Octal2531621160416641274561
Binary1010101111100101001110010000111011010000110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB724E; }

 p { color: rgb(171,114,78); }

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

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

 a { background-color: rgb(171,114,78); }

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

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

 span { border-color: rgb(171,114,78); }

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