Html Css Color HEX #AB957E Sandrift

📋 copy color: '#AB957E'

red 171 ◦ green 149 ◦ blue 126

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

Shades of Sandrift #AB957E

Tints of Sandrift #AB957E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 38.34%
G = 33.41%
B = 28.25%

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

#AB957E (or 0xAB957E) is known color: Sandrift. HEX triplet: AB, 95 and 7E. RGB value is (171,149,126). Sum of RGB (Red+Green+Blue) = 171+149+126=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB957E is #546A81. Grayscale: #999999. Windows color (decimal): -5532290 or 8295851. OLE color: 8295851.

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

Color convert

RGB 171 149 126 -
CMYK 0 0.13 0.26 0.33
HSL 30.67º 0.21% 0.58% -
HSV(B) 30.67º 0.26% 0.67% -
XYZ 31.31 31.66 24.2 -
YUV 152.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 171 149 126 0 0.13 0.26 0.33 30.67 0.21 0.58
Hex AB 95 7E 0 D 1A 21 1F 15 3A
Octal 253 225 176 0 15 32 41 37 25 72
Binary 10101011 10010101 1111110 0 1101 11010 100001 11111 10101 111010

Color Harmonies of #AB957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB957E

Black with #AB957E

Text Example


Text Example

White with #AB957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB957E; }

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

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

background-color css

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

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

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

border-color css

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

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

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