#A38A82

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

Shades of Almond Frost #A38A82

Tints of Almond Frost #A38A82

Color information

#A38A82 (or 0xA38A82) is unknown color: approx Almond Frost. HEX triplet: A3, 8A and 82. RGB value is (163,138,130). Sum of RGB (Red+Green+Blue) = 163+138+130=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38A82 is #5C757D. Grayscale: #909090. Windows color (decimal): -6059390 or 8555171. OLE color: 8555171.

HSL color Cylindrical-coordinate representation of color #A38A82: hue angle of 14.55º 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 #A38A82 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163138130-
CMYK00.150.200.36
HSL14.55º15.21%57.45%-
HSV(B)14.55º20.25%63.92%-
XYZ28.2227.5824.95-
YUV144.56119.78141.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=37.82%
G=32.02%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313813000.150.200.3614.5515.2157.45
HexA38A820F1424ff39
Octal2432122020172444171771
Binary101000111000101010000010011111010010010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A82; }

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

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

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

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

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

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

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

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