#A69082

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

Shades of Sandrift #A69082

Tints of Sandrift #A69082

Color information

#A69082 (or 0xA69082) is unknown color: approx Sandrift. HEX triplet: A6, 90 and 82. RGB value is (166,144,130). Sum of RGB (Red+Green+Blue) = 166+144+130=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A69082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69082 is #596F7D. Grayscale: #959595. Windows color (decimal): -5861246 or 8556710. OLE color: 8556710.

HSL color Cylindrical-coordinate representation of color #A69082: hue angle of 23.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69082 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB166144130-
CMYK00.130.220.35
HSL23.33º16.82%58.04%-
HSV(B)23.33º21.69%65.1%-
XYZ29.7329.6725.28-
YUV148.98117.29140.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=37.73%
G=32.73%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614413000.130.220.3523.3316.8258.04
HexA690820D162317113a
Octal2462202020152643272172
Binary10100110100100001000001001101101101000111011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69082; }

 p { color: rgb(166,144,130); }

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

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

 a { background-color: rgb(166,144,130); }

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

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

 span { border-color: rgb(166,144,130); }

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