#A89382

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

Shades of Sandrift #A89382

Tints of Sandrift #A89382

Color information

#A89382 (or 0xA89382) is unknown color: approx Sandrift. HEX triplet: A8, 93 and 82. RGB value is (168,147,130). Sum of RGB (Red+Green+Blue) = 168+147+130=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A89382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89382 is #576C7D. Grayscale: #979797. Windows color (decimal): -5729406 or 8557480. OLE color: 8557480.

HSL color Cylindrical-coordinate representation of color #A89382: hue angle of 26.84º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A89382 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB168147130-
CMYK00.130.230.34
HSL26.84º17.92%58.43%-
HSV(B)26.84º22.62%65.88%-
XYZ30.6130.825.45-
YUV151.34115.96139.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=37.75%
G=33.03%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814713000.130.230.3426.8417.9258.43
HexA893820D17221b123a
Octal2502232020152742332272
Binary10101000100100111000001001101101111000101101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89382; }

 p { color: rgb(168,147,130); }

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

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

 a { background-color: rgb(168,147,130); }

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

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

 span { border-color: rgb(168,147,130); }

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