Html Css Color HEX #A98D7F Sandrift

📋 copy color: '#A98D7F'

red 169 ◦ green 141 ◦ blue 127

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

Shades of Sandrift #A98D7F

Tints of Sandrift #A98D7F

RGB

 RED value IS 169 (66.41% from 255) = 38.67%

 GREEN value IS 141 (55.47% from 255) = 32.27%

 BLUE value IS 127 (50% from 255) = 29.06%

R = 38.67%
G = 32.27%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A98D7F (or 0xA98D7F) is known color: Sandrift. HEX triplet: A9, 8D and 7F. RGB value is (169,141,127). Sum of RGB (Red+Green+Blue) = 169+141+127=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D7F is #567280. Grayscale: #939393. Windows color (decimal): -5665409 or 8359337. OLE color: 8359337.

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

Color convert

RGB 169 141 127 -
CMYK 0 0.17 0.25 0.34
HSL 20º 0.2% 0.58% -
HSV(B) 20º 0.25% 0.66% -
XYZ 29.72 29.02 24.11 -
YUV 147.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 169 141 127 0 0.17 0.25 0.34 20 0.2 0.58
Hex A9 8D 7F 0 11 19 22 14 14 3A
Octal 251 215 177 0 21 31 42 24 24 72
Binary 10101001 10001101 1111111 0 10001 11001 100010 10100 10100 111010

Color Harmonies of #A98D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98D7F

Black with #A98D7F

Text Example


Text Example

White with #A98D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98D7F; }

 p { color: rgb(169,141,127); }

 H1.HeaderClassName
 {
   color: #A98D7F;
 }
 .AnyTagClassName
 {
   color: #A98D7F;
 }
</style>

background-color css

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

 a { background-color: rgb(169,141,127); }

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

border-color css

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

 span { border-color: rgb(169,141,127); }

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