Html Css Color HEX #AB917C Sandrift

📋 copy color: '#AB917C'

red 171 ◦ green 145 ◦ blue 124

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

Shades of Sandrift #AB917C

Tints of Sandrift #AB917C

RGB

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

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

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

R = 38.86%
G = 32.95%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB917C (or 0xAB917C) is known color: Sandrift. HEX triplet: AB, 91 and 7C. RGB value is (171,145,124). Sum of RGB (Red+Green+Blue) = 171+145+124=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB917C is #546E83. Grayscale: #969696. Windows color (decimal): -5533316 or 8163755. OLE color: 8163755.

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

Color convert

RGB 171 145 124 -
CMYK 0 0.15 0.27 0.33
HSL 26.81º 0.22% 0.58% -
HSV(B) 26.81º 0.27% 0.67% -
XYZ 30.56 30.36 23.32 -
YUV 150.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 171 145 124 0 0.15 0.27 0.33 26.81 0.22 0.58
Hex AB 91 7C 0 F 1B 21 1B 16 3A
Octal 253 221 174 0 17 33 41 33 26 72
Binary 10101011 10010001 1111100 0 1111 11011 100001 11011 10110 111010

Color Harmonies of #AB917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB917C

Black with #AB917C

Text Example


Text Example

White with #AB917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB917C; }

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

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

background-color css

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

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

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

border-color css

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

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

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