#FAA164

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

Shades of Sandy Brown #FAA164

Tints of Sandy Brown #FAA164

Color information

#FAA164 (or 0xFAA164) is unknown color: approx Sandy Brown. HEX triplet: FA, A1 and 64. RGB value is (250,161,100). Sum of RGB (Red+Green+Blue) = 250+161+100=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA164 is #055E9B. Grayscale: #B4B4B4. Windows color (decimal): -351900 or 6595066. OLE color: 6595066.

HSL color Cylindrical-coordinate representation of color #FAA164: hue angle of 24.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAA164 is Cyan = 0, Magento = 0.36, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB250161100-
CMYK00.360.60.02
HSL24.4º93.75%68.63%-
HSV(B)24.4º60%98.04%-
XYZ54.4746.7318.21-
YUV180.6682.49177.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=48.92%
G=31.51%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016110000.360.60.0224.493.7568.63
HexFAA1640243C2185e45
Octal37224114404474230136105
Binary111110101010000111001000100100111100101100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA164; }

 p { color: rgb(250,161,100); }

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

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

 a { background-color: rgb(250,161,100); }

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

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

 span { border-color: rgb(250,161,100); }

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