#F1AC64

Color #F1AC64 Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #F1AC64

Tints of Sandy Brown #F1AC64

Color information

#F1AC64 (or 0xF1AC64) is unknown color: approx Sandy Brown. HEX triplet: F1, AC and 64. RGB value is (241,172,100). Sum of RGB (Red+Green+Blue) = 241+172+100=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AC64 is #0E539B. Grayscale: #B8B8B8. Windows color (decimal): -938908 or 6597873. OLE color: 6597873.

HSL color Cylindrical-coordinate representation of color #F1AC64: hue angle of 30.64º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1AC64 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB241172100-
CMYK00.290.590.05
HSL30.64º83.43%66.86%-
HSV(B)30.64º58.51%94.51%-
XYZ53.3349.1318.73-
YUV184.4280.36168.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 100 (39.45% from 255) = 19.49%
R=46.98%
G=33.53%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117210000.290.590.0530.6483.4366.86
HexF1AC6401D3B51f5343
Octal36125414403573537123103
Binary111100011010110011001000111011110111011111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AC64; }

 p { color: rgb(241,172,100); }

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

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

 a { background-color: rgb(241,172,100); }

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

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

 span { border-color: rgb(241,172,100); }

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