#AB9382

Color #AB9382 Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #AB9382

Tints of Sandrift #AB9382

Color information

#AB9382 (or 0xAB9382) is unknown color: approx Sandrift. HEX triplet: AB, 93 and 82. RGB value is (171,147,130). Sum of RGB (Red+Green+Blue) = 171+147+130=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9382 is #546C7D. Grayscale: #989898. Windows color (decimal): -5532798 or 8557483. OLE color: 8557483.

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

Color convert

RGB171147130-
CMYK00.140.240.33
HSL24.88º19.62%59.02%-
HSV(B)24.88º23.98%67.06%-
XYZ31.2631.1425.48-
YUV152.24115.45141.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 147 (57.81% from 255) = 32.81%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=38.17%
G=32.81%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114713000.140.240.3324.8819.6259.02
HexAB93820E182119143b
Octal2532232020163041312473
Binary10101011100100111000001001110110001000011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9382; }

 p { color: rgb(171,147,130); }

 H1.HeaderClassName
 {
   color: #AB9382;
 }
 .AnyTagClassName
 {
   color: #AB9382;
 }
</style>
background-color css

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

 a { background-color: rgb(171,147,130); }

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

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

 span { border-color: rgb(171,147,130); }

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