#AF7458

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

Shades of Sante Fe #AF7458

Tints of Sante Fe #AF7458

Color information

#AF7458 (or 0xAF7458) is unknown color: approx Sante Fe. HEX triplet: AF, 74 and 58. RGB value is (175,116,88). Sum of RGB (Red+Green+Blue) = 175+116+88=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7458 is #508BA7. Grayscale: #828282. Windows color (decimal): -5278632 or 5797039. OLE color: 5797039.

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

Color convert

RGB17511688-
CMYK00.340.500.31
HSL19.31º35.22%51.57%-
HSV(B)19.31º49.71%68.63%-
XYZ25.6922.3112.18-
YUV130.45104.05159.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=46.17%
G=30.61%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751168800.340.500.3119.3135.2251.57
HexAF7458022321F132334
Octal2571641300426237234364
Binary101011111110100101100001000101100101111110011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7458; }

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

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

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

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

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

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

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

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