#AF6454

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

Shades of Sante Fe #AF6454

Tints of Sante Fe #AF6454

Color information

#AF6454 (or 0xAF6454) is unknown color: approx Sante Fe. HEX triplet: AF, 64 and 54. RGB value is (175,100,84). Sum of RGB (Red+Green+Blue) = 175+100+84=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6454 is #509BAB. Grayscale: #787878. Windows color (decimal): -5282732 or 5530799. OLE color: 5530799.

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

Color convert

RGB17510084-
CMYK00.430.520.31
HSL10.55º36.25%50.78%-
HSV(B)10.55º52%68.63%-
XYZ23.8418.8710.77-
YUV120.6107.35166.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 84 (33.20% from 255) = 23.40%
R=48.75%
G=27.86%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751008400.430.520.3110.5536.2550.78
HexAF645402B341Fb2433
Octal2571441240536437134463
Binary10101111110010010101000101011110100111111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6454; }

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

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

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

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

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

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

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

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