#AF6951

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

Shades of Sante Fe #AF6951

Tints of Sante Fe #AF6951

Color information

#AF6951 (or 0xAF6951) is unknown color: approx Sante Fe. HEX triplet: AF, 69 and 51. RGB value is (175,105,81). Sum of RGB (Red+Green+Blue) = 175+105+81=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6951 is #5096AE. Grayscale: #7B7B7B. Windows color (decimal): -5281455 or 5335471. OLE color: 5335471.

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

Color convert

RGB17510581-
CMYK00.400.540.31
HSL15.32º37.01%50.2%-
HSV(B)15.32º53.71%68.63%-
XYZ24.2219.8110.33-
YUV123.19104.19164.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=48.48%
G=29.09%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751058100.400.540.3115.3237.0150.2
HexAF6951028361Ff2532
Octal2571511210506637174562
Binary10101111110100110100010101000110110111111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6951; }

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

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

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

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

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

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

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

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