#AF6555

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

Shades of Sante Fe #AF6555

Tints of Sante Fe #AF6555

Color information

#AF6555 (or 0xAF6555) is unknown color: approx Sante Fe. HEX triplet: AF, 65 and 55. RGB value is (175,101,85). Sum of RGB (Red+Green+Blue) = 175+101+85=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6555 is #509AAA. Grayscale: #797979. Windows color (decimal): -5282475 or 5596591. OLE color: 5596591.

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

Color convert

RGB17510185-
CMYK00.420.510.31
HSL10.67º36%50.98%-
HSV(B)10.67º51.43%68.63%-
XYZ23.9719.0811.01-
YUV121.3107.52166.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=48.48%
G=27.98%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751018500.420.510.3110.673650.98
HexAF655502A331Fb2433
Octal2571451250526337134463
Binary10101111110010110101010101010110011111111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6555; }

 p { color: rgb(175,101,85); }

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

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

 a { background-color: rgb(175,101,85); }

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

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

 span { border-color: rgb(175,101,85); }

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