#AF6155

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

Shades of Sante Fe #AF6155

Tints of Sante Fe #AF6155

Color information

#AF6155 (or 0xAF6155) is unknown color: approx Sante Fe. HEX triplet: AF, 61 and 55. RGB value is (175,97,85). Sum of RGB (Red+Green+Blue) = 175+97+85=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6155 is #509EAA. Grayscale: #777777. Windows color (decimal): -5283499 or 5595567. OLE color: 5595567.

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

Color convert

RGB1759785-
CMYK00.450.510.31
HSL36%50.98%-
HSV(B)51.43%68.63%-
XYZ23.5918.3210.89-
YUV118.95108.84167.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=49.02%
G=27.17%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175978500.450.510.3183650.98
HexAF615502D331F82433
Octal2571411250556337104463
Binary10101111110000110101010101101110011111111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6155; }

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

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

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

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

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

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

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

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