#AB694B

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

Shades of Sante Fe #AB694B

Tints of Sante Fe #AB694B

Color information

#AB694B (or 0xAB694B) is unknown color: approx Sante Fe. HEX triplet: AB, 69 and 4B. RGB value is (171,105,75). Sum of RGB (Red+Green+Blue) = 171+105+75=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB694B is #5496B4. Grayscale: #797979. Windows color (decimal): -5543605 or 4942251. OLE color: 4942251.

HSL color Cylindrical-coordinate representation of color #AB694B: hue angle of 18.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB694B is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17110575-
CMYK00.390.560.33
HSL18.75º39.02%48.24%-
HSV(B)18.75º56.14%67.06%-
XYZ23.1219.279.16-
YUV121.31101.87163.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=48.72%
G=29.91%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711057500.390.560.3318.7539.0248.24
HexAB694B0273821132730
Octal2531511130477041234760
Binary1010101111010011001011010011111100010000110011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB694B; }

 p { color: rgb(171,105,75); }

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

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

 a { background-color: rgb(171,105,75); }

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

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

 span { border-color: rgb(171,105,75); }

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