#AF7553

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

Shades of Sante Fe #AF7553

Tints of Sante Fe #AF7553

Color information

#AF7553 (or 0xAF7553) is unknown color: approx Sante Fe. HEX triplet: AF, 75 and 53. RGB value is (175,117,83). Sum of RGB (Red+Green+Blue) = 175+117+83=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7553 is #508AAC. Grayscale: #828282. Windows color (decimal): -5278381 or 5469615. OLE color: 5469615.

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

Color convert

RGB17511783-
CMYK00.330.530.31
HSL22.17º36.51%50.59%-
HSV(B)22.17º52.57%68.63%-
XYZ25.622.4611.17-
YUV130.47101.22159.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=46.67%
G=31.2%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751178300.330.530.3122.1736.5150.59
HexAF7553021351F162533
Octal2571651230416537264563
Binary101011111110101101001101000011101011111110110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7553; }

 p { color: rgb(175,117,83); }

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

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

 a { background-color: rgb(175,117,83); }

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

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

 span { border-color: rgb(175,117,83); }

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