Html Css Color HEX #AB9281 Sandrift

📋 copy color: '#AB9281'

red 171 ◦ green 146 ◦ blue 129

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

Shades of Sandrift #AB9281

Tints of Sandrift #AB9281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.74%

 BLUE value IS 129 (50.78% from 255) = 28.92%

R = 38.34%
G = 32.74%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB9281 (or 0xAB9281) is known color: Sandrift. HEX triplet: AB, 92 and 81. RGB value is (171,146,129). Sum of RGB (Red+Green+Blue) = 171+146+129=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9281 is #546D7E. Grayscale: #979797. Windows color (decimal): -5533055 or 8491691. OLE color: 8491691.

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

Color convert

RGB 171 146 129 -
CMYK 0 0.15 0.25 0.33
HSL 24.29º 0.2% 0.59% -
HSV(B) 24.29º 0.25% 0.67% -
XYZ 31.04 30.8 25.08 -
YUV 151.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 171 146 129 0 0.15 0.25 0.33 24.29 0.2 0.59
Hex AB 92 81 0 F 19 21 18 14 3B
Octal 253 222 201 0 17 31 41 30 24 73
Binary 10101011 10010010 10000001 0 1111 11001 100001 11000 10100 111011

Color Harmonies of #AB9281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9281

Black with #AB9281

Text Example


Text Example

White with #AB9281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9281; }

 p { color: rgb(171,146,129); }

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

background-color css

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

 a { background-color: rgb(171,146,129); }

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

border-color css

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

 span { border-color: rgb(171,146,129); }

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