#AF6A4F

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

Shades of Sante Fe #AF6A4F

Tints of Sante Fe #AF6A4F

Color information

#AF6A4F (or 0xAF6A4F) is unknown color: approx Sante Fe. HEX triplet: AF, 6A and 4F. RGB value is (175,106,79). Sum of RGB (Red+Green+Blue) = 175+106+79=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A4F is #5095B0. Grayscale: #7B7B7B. Windows color (decimal): -5281201 or 5204655. OLE color: 5204655.

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

Color convert

RGB17510679-
CMYK00.390.550.31
HSL16.88º37.8%49.8%-
HSV(B)16.88º54.86%68.63%-
XYZ24.2419.999.98-
YUV123.55102.86164.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=48.61%
G=29.44%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751067900.390.550.3116.8837.849.8
HexAF6A4F027371F112632
Octal2571521170476737214662
Binary101011111101010100111101001111101111111110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A4F; }

 p { color: rgb(175,106,79); }

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

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

 a { background-color: rgb(175,106,79); }

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

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

 span { border-color: rgb(175,106,79); }

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