#AB9379

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

Shades of Sandrift #AB9379

Tints of Sandrift #AB9379

Color information

#AB9379 (or 0xAB9379) is unknown color: approx Sandrift. HEX triplet: AB, 93 and 79. RGB value is (171,147,121). Sum of RGB (Red+Green+Blue) = 171+147+121=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9379 is #546C86. Grayscale: #979797. Windows color (decimal): -5532807 or 7967659. OLE color: 7967659.

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

Color convert

RGB171147121-
CMYK00.140.290.33
HSL31.2º22.94%57.25%-
HSV(B)31.2º29.24%67.06%-
XYZ30.6830.9122.44-
YUV151.21110.95142.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=38.95%
G=33.49%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114712100.140.290.3331.222.9457.25
HexAB93790E1D211f1739
Octal2532231710163541372771
Binary1010101110010011111100101110111011000011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9379; }

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

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

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

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

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

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

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

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