Html Css Color HEX #FFA05C Sandy Brown

📋 copy color: '#FFA05C'

red 255 ◦ green 160 ◦ blue 92

#FFA05C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #FFA05C

Tints of Sandy Brown #FFA05C

RGB

 RED value IS 255 (100% from 255) = 50.3%

 GREEN value IS 160 (62.89% from 255) = 31.56%

 BLUE value IS 92 (36.33% from 255) = 18.15%

R = 50.3%
G = 31.56%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFA05C (or 0xFFA05C) is known color: Sandy Brown. HEX triplet: FF, A0 and 5C. RGB value is (255,160,92). Sum of RGB (Red+Green+Blue) = 255+160+92=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA05C is #005FA3. Grayscale: #B5B5B5. Windows color (decimal): -24484 or 6070527. OLE color: 6070527.

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

Color convert

RGB 255 160 92 -
CMYK 0 0.37 0.64 0
HSL 25.03º 1% 0.68% -
HSV(B) 25.03º 0.64% 1% -
XYZ 55.74 47.17 16.29 -
YUV 180.65 77.97 181.03 -
System Red Green Blue C M Y K H S L
Decimal 255 160 92 0 0.37 0.64 0 25.03 1 0.68
Hex FF A0 5C 0 25 40 0 19 64 44
Octal 377 240 134 0 45 100 0 31 144 104
Binary 11111111 10100000 1011100 0 100101 1000000 0 11001 1100100 1000100

Color Harmonies of #FFA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA05C

Black with #FFA05C

Text Example


Text Example

White with #FFA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA05C; }

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

 H1.HeaderClassName
 {
   color: #FFA05C;
 }
 .AnyTagClassName
 {
   color: #FFA05C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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