#AF7554

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

Shades of Sante Fe #AF7554

Tints of Sante Fe #AF7554

Color information

#AF7554 (or 0xAF7554) is unknown color: approx Sante Fe. HEX triplet: AF, 75 and 54. RGB value is (175,117,84). Sum of RGB (Red+Green+Blue) = 175+117+84=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7554 is #508AAB. Grayscale: #828282. Windows color (decimal): -5278380 or 5535151. OLE color: 5535151.

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

Color convert

RGB17511784-
CMYK00.330.520.31
HSL21.76º36.25%50.78%-
HSV(B)21.76º52%68.63%-
XYZ25.6422.4811.37-
YUV130.58101.72159.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.54%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 84 (33.20% from 255) = 22.34%
R=46.54%
G=31.12%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751178400.330.520.3121.7636.2550.78
HexAF7554021341F162433
Octal2571651240416437264463
Binary101011111110101101010001000011101001111110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7554; }

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

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

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

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

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

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

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

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