#af6356

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

Shades of Sante Fe #AF6356

Tints of Sante Fe #AF6356

Color information

#AF6356 (or 0xAF6356) is unknown color: approx Sante Fe. HEX triplet: AF, 63 and 56. RGB value is (175,99,86). Sum of RGB (Red+Green+Blue) = 175+99+86=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6356 is #509CA9. Grayscale: #787878. Windows color (decimal): -5282986 or 5661615. OLE color: 5661615.

HSL color Cylindrical-coordinate representation of color #AF6356: hue angle of 8.76º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6356 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1759986-
CMYK00.430.510.31
HSL8.76º35.74%51.18%-
HSV(B)8.76º50.86%68.63%-
XYZ23.8218.7111.16-
YUV120.24108.68167.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=48.61%
G=27.5%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175998600.430.510.318.7635.7451.18
HexAF635602B331F92433
Octal2571431260536337114463
Binary10101111110001110101100101011110011111111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6356; }

 p { color: rgb(175,99,86); }

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

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

 a { background-color: rgb(175,99,86); }

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

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

 span { border-color: rgb(175,99,86); }

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