Html Css Color HEX #AB917D Sandrift

📋 copy color: '#AB917D'

red 171 ◦ green 145 ◦ blue 125

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

Shades of Sandrift #AB917D

Tints of Sandrift #AB917D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 38.78%
G = 32.88%
B = 28.34%

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

#AB917D (or 0xAB917D) is known color: Sandrift. HEX triplet: AB, 91 and 7D. RGB value is (171,145,125). Sum of RGB (Red+Green+Blue) = 171+145+125=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB917D is #546E82. Grayscale: #969696. Windows color (decimal): -5533315 or 8229291. OLE color: 8229291.

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

Color convert

RGB 171 145 125 -
CMYK 0 0.15 0.27 0.33
HSL 26.09º 0.21% 0.58% -
HSV(B) 26.09º 0.27% 0.67% -
XYZ 30.62 30.39 23.65 -
YUV 150.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 171 145 125 0 0.15 0.27 0.33 26.09 0.21 0.58
Hex AB 91 7D 0 F 1B 21 1A 15 3A
Octal 253 221 175 0 17 33 41 32 25 72
Binary 10101011 10010001 1111101 0 1111 11011 100001 11010 10101 111010

Color Harmonies of #AB917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB917D

Black with #AB917D

Text Example


Text Example

White with #AB917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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