#A98A7A

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

Shades of Sandrift #A98A7A

Tints of Sandrift #A98A7A

Color information

#A98A7A (or 0xA98A7A) is unknown color: approx Sandrift. HEX triplet: A9, 8A and 7A. RGB value is (169,138,122). Sum of RGB (Red+Green+Blue) = 169+138+122=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A7A is #567585. Grayscale: #919191. Windows color (decimal): -5666182 or 8030889. OLE color: 8030889.

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

Color convert

RGB169138122-
CMYK00.180.280.34
HSL20.43º21.46%57.06%-
HSV(B)20.43º27.81%66.27%-
XYZ28.9628.0222.29-
YUV145.44114.77144.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=39.39%
G=32.17%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913812200.180.280.3420.4321.4657.06
HexA98A7A0121C22141539
Octal2512121720223442242571
Binary10101001100010101111010010010111001000101010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A7A; }

 p { color: rgb(169,138,122); }

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

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

 a { background-color: rgb(169,138,122); }

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

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

 span { border-color: rgb(169,138,122); }

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