#AB624D

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

Shades of Sante Fe #AB624D

Tints of Sante Fe #AB624D

Color information

#AB624D (or 0xAB624D) is unknown color: approx Sante Fe. HEX triplet: AB, 62 and 4D. RGB value is (171,98,77). Sum of RGB (Red+Green+Blue) = 171+98+77=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB624D is #549DB2. Grayscale: #757575. Windows color (decimal): -5545395 or 5071531. OLE color: 5071531.

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

Color convert

RGB1719877-
CMYK00.430.550.33
HSL13.4º37.9%48.63%-
HSV(B)13.4º54.97%67.06%-
XYZ22.517.939.3-
YUV117.43105.18166.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=49.42%
G=28.32%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171987700.430.550.3313.437.948.63
HexAB624D02B3721d2631
Octal2531421150536741154661
Binary101010111100010100110101010111101111000011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB624D; }

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

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

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

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

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

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

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

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