#AF6251

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

Shades of Sante Fe #AF6251

Tints of Sante Fe #AF6251

Color information

#AF6251 (or 0xAF6251) is unknown color: approx Sante Fe. HEX triplet: AF, 62 and 51. RGB value is (175,98,81). Sum of RGB (Red+Green+Blue) = 175+98+81=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6251 is #509DAE. Grayscale: #777777. Windows color (decimal): -5283247 or 5333679. OLE color: 5333679.

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

Color convert

RGB1759881-
CMYK00.440.540.31
HSL10.85º37.01%50.2%-
HSV(B)10.85º53.71%68.63%-
XYZ23.5318.4410.1-
YUV119.08106.51167.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=49.44%
G=27.68%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175988100.440.540.3110.8537.0150.2
HexAF625102C361Fb2532
Octal2571421210546637134562
Binary10101111110001010100010101100110110111111011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6251; }

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

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

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

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

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

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

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

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