Html Css Color HEX #AB8D7F Sandrift

📋 copy color: '#AB8D7F'

red 171 ◦ green 141 ◦ blue 127

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

Shades of Sandrift #AB8D7F

Tints of Sandrift #AB8D7F

RGB

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

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

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

R = 38.95%
G = 32.12%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB8D7F (or 0xAB8D7F) is known color: Sandrift. HEX triplet: AB, 8D and 7F. RGB value is (171,141,127). Sum of RGB (Red+Green+Blue) = 171+141+127=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D7F is #547280. Grayscale: #949494. Windows color (decimal): -5534337 or 8359339. OLE color: 8359339.

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

Color convert

RGB 171 141 127 -
CMYK 0 0.18 0.26 0.33
HSL 19.09º 0.21% 0.58% -
HSV(B) 19.09º 0.26% 0.67% -
XYZ 30.15 29.24 24.13 -
YUV 148.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 171 141 127 0 0.18 0.26 0.33 19.09 0.21 0.58
Hex AB 8D 7F 0 12 1A 21 13 15 3A
Octal 253 215 177 0 22 32 41 23 25 72
Binary 10101011 10001101 1111111 0 10010 11010 100001 10011 10101 111010

Color Harmonies of #AB8D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D7F

Black with #AB8D7F

Text Example


Text Example

White with #AB8D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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