#AB6B4E

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

Shades of Sante Fe #AB6B4E

Tints of Sante Fe #AB6B4E

Color information

#AB6B4E (or 0xAB6B4E) is unknown color: approx Sante Fe. HEX triplet: AB, 6B and 4E. RGB value is (171,107,78). Sum of RGB (Red+Green+Blue) = 171+107+78=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B4E is #5494B1. Grayscale: #7B7B7B. Windows color (decimal): -5543090 or 5139371. OLE color: 5139371.

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

Color convert

RGB17110778-
CMYK00.370.540.33
HSL18.71º37.35%48.82%-
HSV(B)18.71º54.39%67.06%-
XYZ23.4319.729.78-
YUV122.83102.7162.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=48.03%
G=30.06%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711077800.370.540.3318.7137.3548.82
HexAB6B4E0253621132531
Octal2531531160456641234561
Binary1010101111010111001110010010111011010000110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6B4E; }

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

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

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

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

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

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

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

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