#FFA15B

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

Shades of Sandy Brown #FFA15B

Tints of Sandy Brown #FFA15B

Color information

#FFA15B (or 0xFFA15B) is unknown color: approx Sandy Brown. HEX triplet: FF, A1 and 5B. RGB value is (255,161,91). Sum of RGB (Red+Green+Blue) = 255+161+91=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA15B is #005EA4. Grayscale: #B5B5B5. Windows color (decimal): -24229 or 6005247. OLE color: 6005247.

HSL color Cylindrical-coordinate representation of color #FFA15B: hue angle of 25.61º 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 #FFA15B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25516191-
CMYK00.370.640
HSL25.61º100%67.84%-
HSV(B)25.61º64.31%100%-
XYZ55.8747.5116.12-
YUV181.1377.14180.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 91 (35.94% from 255) = 17.95%
R=50.30%
G=31.76%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551619100.370.64025.6110067.84
HexFFA15B0254001a6444
Octal377241133045100032144104
Binary111111111010000110110110100101100000001101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA15B; }

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

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

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

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

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

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

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

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