#A38A81

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

Shades of Almond Frost #A38A81

Tints of Almond Frost #A38A81

Color information

#A38A81 (or 0xA38A81) is unknown color: approx Almond Frost. HEX triplet: A3, 8A and 81. RGB value is (163,138,129). Sum of RGB (Red+Green+Blue) = 163+138+129=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38A81 is #5C757E. Grayscale: #909090. Windows color (decimal): -6059391 or 8489635. OLE color: 8489635.

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

Color convert

RGB163138129-
CMYK00.150.210.36
HSL15.88º15.6%57.25%-
HSV(B)15.88º20.86%63.92%-
XYZ28.1627.5524.6-
YUV144.45119.28141.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 129 (50.78% from 255) = 30%
R=37.91%
G=32.09%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313812900.150.210.3615.8815.657.25
HexA38A810F1524101039
Octal2432122010172544202071
Binary10100011100010101000000101111101011001001000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A81; }

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

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

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

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

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

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

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

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