#af694e

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

Shades of Sante Fe #AF694E

Tints of Sante Fe #AF694E

Color information

#AF694E (or 0xAF694E) is unknown color: approx Sante Fe. HEX triplet: AF, 69 and 4E. RGB value is (175,105,78). Sum of RGB (Red+Green+Blue) = 175+105+78=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF694E is #5096B1. Grayscale: #7B7B7B. Windows color (decimal): -5281458 or 5138863. OLE color: 5138863.

HSL color Cylindrical-coordinate representation of color #AF694E: hue angle of 16.7º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF694E is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17510578-
CMYK00.400.550.31
HSL16.7º38.34%49.61%-
HSV(B)16.7º55.43%68.63%-
XYZ24.1119.779.75-
YUV122.85102.69165.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=48.88%
G=29.33%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751057800.400.550.3116.738.3449.61
HexAF694E028371F112632
Octal2571511160506737214662
Binary101011111101001100111001010001101111111110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af694e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af694e; }

 p { color: rgb(175,105,78); }

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

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

 a { background-color: rgb(175,105,78); }

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

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

 span { border-color: rgb(175,105,78); }

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