#A88F79

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

Shades of Sandrift #A88F79

Tints of Sandrift #A88F79

Color information

#A88F79 (or 0xA88F79) is unknown color: approx Sandrift. HEX triplet: A8, 8F and 79. RGB value is (168,143,121). Sum of RGB (Red+Green+Blue) = 168+143+121=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F79 is #577086. Grayscale: #949494. Windows color (decimal): -5730439 or 7966632. OLE color: 7966632.

HSL color Cylindrical-coordinate representation of color #A88F79: hue angle of 28.09º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88F79 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB168143121-
CMYK00.150.280.34
HSL28.09º21.27%56.67%-
HSV(B)28.09º27.98%65.88%-
XYZ29.4229.3522.2-
YUV147.97112.78142.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=38.89%
G=33.10%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814312100.150.280.3428.0921.2756.67
HexA88F790F1C221c1539
Octal2502171710173442342571
Binary1010100010001111111100101111111001000101110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F79; }

 p { color: rgb(168,143,121); }

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

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

 a { background-color: rgb(168,143,121); }

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

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

 span { border-color: rgb(168,143,121); }

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