#AF7655

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

Shades of Sante Fe #AF7655

Tints of Sante Fe #AF7655

Color information

#AF7655 (or 0xAF7655) is unknown color: approx Sante Fe. HEX triplet: AF, 76 and 55. RGB value is (175,118,85). Sum of RGB (Red+Green+Blue) = 175+118+85=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7655 is #5089AA. Grayscale: #838383. Windows color (decimal): -5278123 or 5600943. OLE color: 5600943.

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

Color convert

RGB17511885-
CMYK00.330.510.31
HSL22º36%50.98%-
HSV(B)22º51.43%68.63%-
XYZ25.822.7311.62-
YUV131.28101.88159.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=46.30%
G=31.22%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751188500.330.510.31223650.98
HexAF7655021331F162433
Octal2571661250416337264463
Binary101011111110110101010101000011100111111110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7655; }

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

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

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

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

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

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

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

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