#AB6D4D

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

Shades of Sante Fe #AB6D4D

Tints of Sante Fe #AB6D4D

Color information

#AB6D4D (or 0xAB6D4D) is unknown color: approx Sante Fe. HEX triplet: AB, 6D and 4D. RGB value is (171,109,77). Sum of RGB (Red+Green+Blue) = 171+109+77=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D4D is #5492B2. Grayscale: #7C7C7C. Windows color (decimal): -5542579 or 5074347. OLE color: 5074347.

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

Color convert

RGB17110977-
CMYK00.360.550.33
HSL20.43º37.9%48.63%-
HSV(B)20.43º54.97%67.06%-
XYZ23.620.139.66-
YUV123.89101.54161.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=47.90%
G=30.53%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711097700.360.550.3320.4337.948.63
HexAB6D4D0243721142631
Octal2531551150446741244661
Binary1010101111011011001101010010011011110000110100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D4D; }

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

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

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

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

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

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

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

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