Html Css Color HEX #AB947F Sandrift

📋 copy color: '#AB947F'

red 171 ◦ green 148 ◦ blue 127

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

Shades of Sandrift #AB947F

Tints of Sandrift #AB947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.18%

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

R = 38.34%
G = 33.18%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB947F (or 0xAB947F) is known color: Sandrift. HEX triplet: AB, 94 and 7F. RGB value is (171,148,127). Sum of RGB (Red+Green+Blue) = 171+148+127=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB947F is #546B80. Grayscale: #989898. Windows color (decimal): -5532545 or 8361131. OLE color: 8361131.

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

Color convert

RGB 171 148 127 -
CMYK 0 0.13 0.26 0.33
HSL 28.64º 0.21% 0.58% -
HSV(B) 28.64º 0.26% 0.67% -
XYZ 31.22 31.37 24.49 -
YUV 152.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 171 148 127 0 0.13 0.26 0.33 28.64 0.21 0.58
Hex AB 94 7F 0 D 1A 21 1D 15 3A
Octal 253 224 177 0 15 32 41 35 25 72
Binary 10101011 10010100 1111111 0 1101 11010 100001 11101 10101 111010

Color Harmonies of #AB947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB947F

Black with #AB947F

Text Example


Text Example

White with #AB947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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