#A88C7F

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

Shades of Sandrift #A88C7F

Tints of Sandrift #A88C7F

Color information

#A88C7F (or 0xA88C7F) is unknown color: approx Sandrift. HEX triplet: A8, 8C and 7F. RGB value is (168,140,127). Sum of RGB (Red+Green+Blue) = 168+140+127=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C7F is #577380. Grayscale: #929292. Windows color (decimal): -5731201 or 8359080. OLE color: 8359080.

HSL color Cylindrical-coordinate representation of color #A88C7F: hue angle of 19.02º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88C7F is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168140127-
CMYK00.170.240.34
HSL19.02º19.07%57.84%-
HSV(B)19.02º24.4%65.88%-
XYZ29.3628.6124.05-
YUV146.89116.78143.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 127 (50% from 255) = 29.20%
R=38.62%
G=32.18%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814012700.170.240.3419.0219.0757.84
HexA88C7F011182213133a
Octal2502141770213042232372
Binary10101000100011001111111010001110001000101001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88C7F; }

 p { color: rgb(168,140,127); }

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

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

 a { background-color: rgb(168,140,127); }

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

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

 span { border-color: rgb(168,140,127); }

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