#FFA15C

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

Shades of Sandy Brown #FFA15C

Tints of Sandy Brown #FFA15C

Color information

#FFA15C (or 0xFFA15C) is unknown color: approx Sandy Brown. HEX triplet: FF, A1 and 5C. RGB value is (255,161,92). Sum of RGB (Red+Green+Blue) = 255+161+92=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA15C is #005EA3. Grayscale: #B5B5B5. Windows color (decimal): -24228 or 6070783. OLE color: 6070783.

HSL color Cylindrical-coordinate representation of color #FFA15C: hue angle of 25.4º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFA15C is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25516192-
CMYK00.370.640
HSL25.4º100%68.04%-
HSV(B)25.4º63.92%100%-
XYZ55.9247.5216.35-
YUV181.2477.64180.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.20%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=50.20%
G=31.69%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551619200.370.64025.410068.04
HexFFA15C025400196444
Octal377241134045100031144104
Binary111111111010000110111000100101100000001100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA15C; }

 p { color: rgb(255,161,92); }

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

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

 a { background-color: rgb(255,161,92); }

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

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

 span { border-color: rgb(255,161,92); }

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