#A89081

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

Shades of Sandrift #A89081

Tints of Sandrift #A89081

Color information

#A89081 (or 0xA89081) is unknown color: approx Sandrift. HEX triplet: A8, 90 and 81. RGB value is (168,144,129). Sum of RGB (Red+Green+Blue) = 168+144+129=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A89081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89081 is #576F7E. Grayscale: #959595. Windows color (decimal): -5730175 or 8491176. OLE color: 8491176.

HSL color Cylindrical-coordinate representation of color #A89081: hue angle of 23.08º 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 #A89081 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB168144129-
CMYK00.140.230.34
HSL23.08º18.31%58.24%-
HSV(B)23.08º23.21%65.88%-
XYZ30.0829.8624.95-
YUV149.47116.45141.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 129 (50.78% from 255) = 29.25%
R=38.10%
G=32.65%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814412900.140.230.3423.0818.3158.24
HexA890810E172217123a
Octal2502202010162742272272
Binary10101000100100001000000101110101111000101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89081; }

 p { color: rgb(168,144,129); }

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

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

 a { background-color: rgb(168,144,129); }

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

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

 span { border-color: rgb(168,144,129); }

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