#A48F7F

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

Shades of Sandrift #A48F7F

Tints of Sandrift #A48F7F

Color information

#A48F7F (or 0xA48F7F) is unknown color: approx Sandrift. HEX triplet: A4, 8F and 7F. RGB value is (164,143,127). Sum of RGB (Red+Green+Blue) = 164+143+127=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F7F is #5B7080. Grayscale: #939393. Windows color (decimal): -5992577 or 8359844. OLE color: 8359844.

HSL color Cylindrical-coordinate representation of color #A48F7F: hue angle of 25.95º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A48F7F is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164143127-
CMYK00.130.230.36
HSL25.95º16.89%57.06%-
HSV(B)25.95º22.56%64.31%-
XYZ28.9629.0724.16-
YUV147.45116.46139.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 127 (50% from 255) = 29.26%
R=37.79%
G=32.95%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414312700.130.230.3625.9516.8957.06
HexA48F7F0D17241a1139
Octal2442171770152744322171
Binary1010010010001111111111101101101111001001101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F7F; }

 p { color: rgb(164,143,127); }

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

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

 a { background-color: rgb(164,143,127); }

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

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

 span { border-color: rgb(164,143,127); }

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