#AF7454

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

Shades of Sante Fe #AF7454

Tints of Sante Fe #AF7454

Color information

#AF7454 (or 0xAF7454) is unknown color: approx Sante Fe. HEX triplet: AF, 74 and 54. RGB value is (175,116,84). Sum of RGB (Red+Green+Blue) = 175+116+84=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7454 is #508BAB. Grayscale: #828282. Windows color (decimal): -5278636 or 5534895. OLE color: 5534895.

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

Color convert

RGB17511684-
CMYK00.340.520.31
HSL21.1º36.25%50.78%-
HSV(B)21.1º52%68.63%-
XYZ25.5222.2411.34-
YUV129.99102.05160.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=46.67%
G=30.93%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751168400.340.520.3121.136.2550.78
HexAF7454022341F152433
Octal2571641240426437254463
Binary101011111110100101010001000101101001111110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7454; }

 p { color: rgb(175,116,84); }

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

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

 a { background-color: rgb(175,116,84); }

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

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

 span { border-color: rgb(175,116,84); }

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