Html Css Color HEX #AB9280 Sandrift

📋 copy color: '#AB9280'

red 171 ◦ green 146 ◦ blue 128

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

Shades of Sandrift #AB9280

Tints of Sandrift #AB9280

RGB

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

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

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

R = 38.43%
G = 32.81%
B = 28.76%

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

#AB9280 (or 0xAB9280) is known color: Sandrift. HEX triplet: AB, 92 and 80. RGB value is (171,146,128). Sum of RGB (Red+Green+Blue) = 171+146+128=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9280 is #546D7F. Grayscale: #979797. Windows color (decimal): -5533056 or 8426155. OLE color: 8426155.

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

Color convert

RGB 171 146 128 -
CMYK 0 0.15 0.25 0.33
HSL 25.12º 0.2% 0.59% -
HSV(B) 25.12º 0.25% 0.67% -
XYZ 30.97 30.77 24.73 -
YUV 151.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 171 146 128 0 0.15 0.25 0.33 25.12 0.2 0.59
Hex AB 92 80 0 F 19 21 19 14 3B
Octal 253 222 200 0 17 31 41 31 24 73
Binary 10101011 10010010 10000000 0 1111 11001 100001 11001 10100 111011

Color Harmonies of #AB9280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9280

Black with #AB9280

Text Example


Text Example

White with #AB9280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9280; }

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

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

background-color css

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

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

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

border-color css

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

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

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