Html Css Color HEX #FFA05A Sandy Brown

📋 copy color: '#FFA05A'

red 255 ◦ green 160 ◦ blue 90

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

Shades of Sandy Brown #FFA05A

Tints of Sandy Brown #FFA05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 50.5%
G = 31.68%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFA05A (or 0xFFA05A) is known color: Sandy Brown. HEX triplet: FF, A0 and 5A. RGB value is (255,160,90). Sum of RGB (Red+Green+Blue) = 255+160+90=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA05A is #005FA5. Grayscale: #B4B4B4. Windows color (decimal): -24486 or 5939455. OLE color: 5939455.

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

Color convert

RGB 255 160 90 -
CMYK 0 0.37 0.65 0
HSL 25.45º 1% 0.68% -
HSV(B) 25.45º 0.65% 1% -
XYZ 55.66 47.14 15.84 -
YUV 180.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 255 160 90 0 0.37 0.65 0 25.45 1 0.68
Hex FF A0 5A 0 25 41 0 19 64 44
Octal 377 240 132 0 45 101 0 31 144 104
Binary 11111111 10100000 1011010 0 100101 1000001 0 11001 1100100 1000100

Color Harmonies of #FFA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA05A

Black with #FFA05A

Text Example


Text Example

White with #FFA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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