#AB624E

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

Shades of Sante Fe #AB624E

Tints of Sante Fe #AB624E

Color information

#AB624E (or 0xAB624E) is unknown color: approx Sante Fe. HEX triplet: AB, 62 and 4E. RGB value is (171,98,78). Sum of RGB (Red+Green+Blue) = 171+98+78=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB624E is #549DB1. Grayscale: #757575. Windows color (decimal): -5545394 or 5137067. OLE color: 5137067.

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

Color convert

RGB1719878-
CMYK00.430.540.33
HSL12.9º37.35%48.82%-
HSV(B)12.9º54.39%67.06%-
XYZ22.5417.949.48-
YUV117.55105.68166.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=49.28%
G=28.24%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171987800.430.540.3312.937.3548.82
HexAB624E02B3621d2531
Octal2531421160536641154561
Binary101010111100010100111001010111101101000011101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB624E; }

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

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

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

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

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

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

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

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