Html Css Color HEX #F0AA6A Sandy Brown

📋 copy color: '#F0AA6A'

red 240 ◦ green 170 ◦ blue 106

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

Shades of Sandy Brown #F0AA6A

Tints of Sandy Brown #F0AA6A

RGB

 RED value IS 240 (94.14% from 255) = 46.51%

 GREEN value IS 170 (66.8% from 255) = 32.95%

 BLUE value IS 106 (41.8% from 255) = 20.54%

R = 46.51%
G = 32.95%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0AA6A (or 0xF0AA6A) is known color: Sandy Brown. HEX triplet: F0, AA and 6A. RGB value is (240,170,106). Sum of RGB (Red+Green+Blue) = 240+170+106=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA6A is #0F5595. Grayscale: #B7B7B7. Windows color (decimal): -1004950 or 6990576. OLE color: 6990576.

HSL color Cylindrical-coordinate representation of color #F0AA6A: hue angle of 28.66º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0AA6A is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 106 -
CMYK 0 0.29 0.56 0.06
HSL 28.66º 0.82% 0.68% -
HSV(B) 28.66º 0.56% 0.94% -
XYZ 52.91 48.32 20.17 -
YUV 183.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 240 170 106 0 0.29 0.56 0.06 28.66 0.82 0.68
Hex F0 AA 6A 0 1D 38 6 1D 52 44
Octal 360 252 152 0 35 70 6 35 122 104
Binary 11110000 10101010 1101010 0 11101 111000 110 11101 1010010 1000100

Color Harmonies of #F0AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA6A

Black with #F0AA6A

Text Example


Text Example

White with #F0AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA6A; }

 p { color: rgb(240,170,106); }

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

background-color css

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

 a { background-color: rgb(240,170,106); }

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

border-color css

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

 span { border-color: rgb(240,170,106); }

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