#f0ac6a

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

Shades of Sandy Brown #F0AC6A

Tints of Sandy Brown #F0AC6A

Color information

#F0AC6A (or 0xF0AC6A) is unknown color: approx Sandy Brown. HEX triplet: F0, AC and 6A. RGB value is (240,172,106). Sum of RGB (Red+Green+Blue) = 240+172+106=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC6A is #0F5395. Grayscale: #B9B9B9. Windows color (decimal): -1004438 or 6991088. OLE color: 6991088.

HSL color Cylindrical-coordinate representation of color #F0AC6A: hue angle of 29.55º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0AC6A is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB240172106-
CMYK00.280.560.06
HSL29.55º81.71%67.84%-
HSV(B)29.55º55.83%94.12%-
XYZ53.2949.0720.3-
YUV184.8183.53167.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.33%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 106 (41.80% from 255) = 20.46%
R=46.33%
G=33.20%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017210600.280.560.0629.5581.7167.84
HexF0AC6A01C3861e5244
Octal36025415203470636122104
Binary111100001010110011010100111001110001101111010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0ac6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0ac6a; }

 p { color: rgb(240,172,106); }

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

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

 a { background-color: rgb(240,172,106); }

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

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

 span { border-color: rgb(240,172,106); }

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