#A98E7E

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

Shades of Sandrift #A98E7E

Tints of Sandrift #A98E7E

Color information

#A98E7E (or 0xA98E7E) is unknown color: approx Sandrift. HEX triplet: A9, 8E and 7E. RGB value is (169,142,126). Sum of RGB (Red+Green+Blue) = 169+142+126=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E7E is #567181. Grayscale: #949494. Windows color (decimal): -5665154 or 8294057. OLE color: 8294057.

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

Color convert

RGB169142126-
CMYK00.160.250.34
HSL22.33º20%57.84%-
HSV(B)22.33º25.44%66.27%-
XYZ29.829.2923.82-
YUV148.25115.45142.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=38.67%
G=32.49%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914212600.160.250.3422.332057.84
HexA98E7E010192216143a
Octal2512161760203142262472
Binary10101001100011101111110010000110011000101011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E7E; }

 p { color: rgb(169,142,126); }

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

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

 a { background-color: rgb(169,142,126); }

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

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

 span { border-color: rgb(169,142,126); }

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