#A38C82

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

Shades of Almond Frost #A38C82

Tints of Almond Frost #A38C82

Color information

#A38C82 (or 0xA38C82) is unknown color: approx Almond Frost. HEX triplet: A3, 8C and 82. RGB value is (163,140,130). Sum of RGB (Red+Green+Blue) = 163+140+130=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C82 is #5C737D. Grayscale: #919191. Windows color (decimal): -6058878 or 8555683. OLE color: 8555683.

HSL color Cylindrical-coordinate representation of color #A38C82: hue angle of 18.18º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38C82 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163140130-
CMYK00.140.200.36
HSL18.18º15.21%57.45%-
HSV(B)18.18º20.25%63.92%-
XYZ28.5128.1525.05-
YUV145.74119.12140.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=37.64%
G=32.33%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314013000.140.200.3618.1815.2157.45
HexA38C820E142412f39
Octal2432142020162444221771
Binary1010001110001100100000100111010100100100100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C82; }

 p { color: rgb(163,140,130); }

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

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

 a { background-color: rgb(163,140,130); }

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

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

 span { border-color: rgb(163,140,130); }

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