Html Css Color HEX #AB957F Sandrift

📋 copy color: '#AB957F'

red 171 ◦ green 149 ◦ blue 127

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

Shades of Sandrift #AB957F

Tints of Sandrift #AB957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.33%

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

R = 38.26%
G = 33.33%
B = 28.41%

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

#AB957F (or 0xAB957F) is known color: Sandrift. HEX triplet: AB, 95 and 7F. RGB value is (171,149,127). Sum of RGB (Red+Green+Blue) = 171+149+127=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB957F is #546A80. Grayscale: #999999. Windows color (decimal): -5532289 or 8361387. OLE color: 8361387.

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

Color convert

RGB 171 149 127 -
CMYK 0 0.13 0.26 0.33
HSL 30º 0.21% 0.58% -
HSV(B) 30º 0.26% 0.67% -
XYZ 31.37 31.69 24.54 -
YUV 153.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 171 149 127 0 0.13 0.26 0.33 30 0.21 0.58
Hex AB 95 7F 0 D 1A 21 1E 15 3A
Octal 253 225 177 0 15 32 41 36 25 72
Binary 10101011 10010101 1111111 0 1101 11010 100001 11110 10101 111010

Color Harmonies of #AB957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB957F

Black with #AB957F

Text Example


Text Example

White with #AB957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB957F; }

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

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

background-color css

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

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

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

border-color css

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

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

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