Html Css Color HEX #A98E7E Sandrift

📋 copy color: '#A98E7E'

red 169 ◦ green 142 ◦ blue 126

#A98E7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #A98E7E

Tints of Sandrift #A98E7E

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 value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A98E7E (or 0xA98E7E) is known color: 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

RGB 169 142 126 -
CMYK 0 0.16 0.25 0.34
HSL 22.33º 0.2% 0.58% -
HSV(B) 22.33º 0.25% 0.66% -
XYZ 29.8 29.29 23.82 -
YUV 148.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 169 142 126 0 0.16 0.25 0.34 22.33 0.2 0.58
Hex A9 8E 7E 0 10 19 22 16 14 3A
Octal 251 216 176 0 20 31 42 26 24 72
Binary 10101001 10001110 1111110 0 10000 11001 100010 10110 10100 111010

Color Harmonies of #A98E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98E7E

Black with #A98E7E

Text Example


Text Example

White with #A98E7E

Text Example


Text Example

HTML Codes & Css Web 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>