#A69083

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

Shades of Sandrift #A69083

Tints of Sandrift #A69083

Color information

#A69083 (or 0xA69083) is unknown color: approx Sandrift. HEX triplet: A6, 90 and 83. RGB value is (166,144,131). Sum of RGB (Red+Green+Blue) = 166+144+131=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A69083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69083 is #596F7C. Grayscale: #959595. Windows color (decimal): -5861245 or 8622246. OLE color: 8622246.

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

Color convert

RGB166144131-
CMYK00.130.210.35
HSL22.29º16.43%58.24%-
HSV(B)22.29º21.08%65.1%-
XYZ29.829.6925.63-
YUV149.1117.79140.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=37.64%
G=32.65%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614413100.130.210.3522.2916.4358.24
HexA690830D152316103a
Octal2462202030152543262072
Binary10100110100100001000001101101101011000111011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69083; }

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

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

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

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

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

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

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

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