Html Css Color HEX #AB917F Sandrift

📋 copy color: '#AB917F'

red 171 ◦ green 145 ◦ blue 127

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

Shades of Sandrift #AB917F

Tints of Sandrift #AB917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.73%

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

R = 38.6%
G = 32.73%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB917F (or 0xAB917F) is known color: Sandrift. HEX triplet: AB, 91 and 7F. RGB value is (171,145,127). Sum of RGB (Red+Green+Blue) = 171+145+127=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB917F is #546E80. Grayscale: #969696. Windows color (decimal): -5533313 or 8360363. OLE color: 8360363.

HSL color Cylindrical-coordinate representation of color #AB917F: hue angle of 24.55º 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 #AB917F is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 127 -
CMYK 0 0.15 0.26 0.33
HSL 24.55º 0.21% 0.58% -
HSV(B) 24.55º 0.26% 0.67% -
XYZ 30.75 30.44 24.33 -
YUV 150.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 171 145 127 0 0.15 0.26 0.33 24.55 0.21 0.58
Hex AB 91 7F 0 F 1A 21 19 15 3A
Octal 253 221 177 0 17 32 41 31 25 72
Binary 10101011 10010001 1111111 0 1111 11010 100001 11001 10101 111010

Color Harmonies of #AB917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB917F

Black with #AB917F

Text Example


Text Example

White with #AB917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB917F; }

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

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

background-color css

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

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

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

border-color css

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

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

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