#A38677

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

Shades of Almond Frost #A38677

Tints of Almond Frost #A38677

Color information

#A38677 (or 0xA38677) is unknown color: approx Almond Frost. HEX triplet: A3, 86 and 77. RGB value is (163,134,119). Sum of RGB (Red+Green+Blue) = 163+134+119=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A38677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38677 is #5C7988. Grayscale: #8D8D8D. Windows color (decimal): -6060425 or 7833251. OLE color: 7833251.

HSL color Cylindrical-coordinate representation of color #A38677: hue angle of 20.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A38677 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB163134119-
CMYK00.180.270.36
HSL20.45º19.3%55.29%-
HSV(B)20.45º26.99%63.92%-
XYZ26.9626.1721.08-
YUV140.96115.61143.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=39.18%
G=32.21%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313411900.180.270.3620.4519.355.29
HexA386770121B24141337
Octal2432061670223344242367
Binary10100011100001101110111010010110111001001010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38677; }

 p { color: rgb(163,134,119); }

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

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

 a { background-color: rgb(163,134,119); }

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

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

 span { border-color: rgb(163,134,119); }

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