Html Css Color HEX #AB9580 Sandrift

📋 copy color: '#AB9580'

red 171 ◦ green 149 ◦ blue 128

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

Shades of Sandrift #AB9580

Tints of Sandrift #AB9580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 38.17%
G = 33.26%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB9580 (or 0xAB9580) is known color: Sandrift. HEX triplet: AB, 95 and 80. RGB value is (171,149,128). Sum of RGB (Red+Green+Blue) = 171+149+128=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9580 is #546A7F. Grayscale: #999999. Windows color (decimal): -5532288 or 8426923. OLE color: 8426923.

HSL color Cylindrical-coordinate representation of color #AB9580: hue angle of 29.3º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB9580 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 149 128 -
CMYK 0 0.13 0.25 0.33
HSL 29.3º 0.2% 0.59% -
HSV(B) 29.3º 0.25% 0.67% -
XYZ 31.44 31.71 24.89 -
YUV 153.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 171 149 128 0 0.13 0.25 0.33 29.3 0.2 0.59
Hex AB 95 80 0 D 19 21 1D 14 3B
Octal 253 225 200 0 15 31 41 35 24 73
Binary 10101011 10010101 10000000 0 1101 11001 100001 11101 10100 111011

Color Harmonies of #AB9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9580

Black with #AB9580

Text Example


Text Example

White with #AB9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9580; }

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

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

background-color css

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

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

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

border-color css

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

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

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