Html Css Color HEX #AB8D7C Sandrift

📋 copy color: '#AB8D7C'

red 171 ◦ green 141 ◦ blue 124

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

Shades of Sandrift #AB8D7C

Tints of Sandrift #AB8D7C

RGB

 RED value IS 171 (67.19% from 255) = 39.22%

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

 BLUE value IS 124 (48.83% from 255) = 28.44%

R = 39.22%
G = 32.34%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB8D7C (or 0xAB8D7C) is known color: Sandrift. HEX triplet: AB, 8D and 7C. RGB value is (171,141,124). Sum of RGB (Red+Green+Blue) = 171+141+124=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D7C is #547283. Grayscale: #949494. Windows color (decimal): -5534340 or 8162731. OLE color: 8162731.

HSL color Cylindrical-coordinate representation of color #AB8D7C: hue angle of 21.7º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB8D7C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 141 124 -
CMYK 0 0.18 0.27 0.33
HSL 21.7º 0.22% 0.58% -
HSV(B) 21.7º 0.27% 0.67% -
XYZ 29.96 29.16 23.12 -
YUV 148.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 171 141 124 0 0.18 0.27 0.33 21.7 0.22 0.58
Hex AB 8D 7C 0 12 1B 21 16 16 3A
Octal 253 215 174 0 22 33 41 26 26 72
Binary 10101011 10001101 1111100 0 10010 11011 100001 10110 10110 111010

Color Harmonies of #AB8D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D7C

Black with #AB8D7C

Text Example


Text Example

White with #AB8D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D7C; }

 p { color: rgb(171,141,124); }

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

background-color css

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

 a { background-color: rgb(171,141,124); }

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

border-color css

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

 span { border-color: rgb(171,141,124); }

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