#EAA169

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

Shades of Sandy Brown #EAA169

Tints of Sandy Brown #EAA169

Color information

#EAA169 (or 0xEAA169) is unknown color: approx Sandy Brown. HEX triplet: EA, A1 and 69. RGB value is (234,161,105). Sum of RGB (Red+Green+Blue) = 234+161+105=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA169 is #155E96. Grayscale: #B0B0B0. Windows color (decimal): -1400471 or 6922730. OLE color: 6922730.

HSL color Cylindrical-coordinate representation of color #EAA169: hue angle of 26.05º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAA169 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB234161105-
CMYK00.310.550.08
HSL26.05º75.44%66.47%-
HSV(B)26.05º55.13%91.76%-
XYZ49.234419.26-
YUV176.4487.68169.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 105 (41.41% from 255) = 21%
R=46.8%
G=32.2%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416110500.310.550.0826.0575.4466.47
HexEAA16901F3781a4b42
Octal352241151037671032113102
Binary1110101010100001110100101111111011110001101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA169; }

 p { color: rgb(234,161,105); }

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

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

 a { background-color: rgb(234,161,105); }

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

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

 span { border-color: rgb(234,161,105); }

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