#F5AA69

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

Shades of Sandy Brown #F5AA69

Tints of Sandy Brown #F5AA69

Color information

#F5AA69 (or 0xF5AA69) is unknown color: approx Sandy Brown. HEX triplet: F5, AA and 69. RGB value is (245,170,105). Sum of RGB (Red+Green+Blue) = 245+170+105=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AA69 is #0A5596. Grayscale: #B9B9B9. Windows color (decimal): -677271 or 6925045. OLE color: 6925045.

HSL color Cylindrical-coordinate representation of color #F5AA69: hue angle of 27.86º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5AA69 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB245170105-
CMYK00.310.570.04
HSL27.86º87.5%68.63%-
HSV(B)27.86º57.14%96.08%-
XYZ54.5849.1819.98-
YUV185.0282.85170.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 105 (41.41% from 255) = 20.19%
R=47.12%
G=32.69%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517010500.310.570.0427.8687.568.63
HexF5AA6901F3941c5845
Octal36525215103771434130105
Binary111101011010101011010010111111110011001110010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AA69; }

 p { color: rgb(245,170,105); }

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

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

 a { background-color: rgb(245,170,105); }

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

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

 span { border-color: rgb(245,170,105); }

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