#A38373

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

Shades of Almond Frost #A38373

Tints of Almond Frost #A38373

Color information

#A38373 (or 0xA38373) is unknown color: approx Almond Frost. HEX triplet: A3, 83 and 73. RGB value is (163,131,115). Sum of RGB (Red+Green+Blue) = 163+131+115=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A38373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38373 is #5C7C8C. Grayscale: #8A8A8A. Windows color (decimal): -6061197 or 7570339. OLE color: 7570339.

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

Color convert

RGB163131115-
CMYK00.200.290.36
HSL20º20.69%54.51%-
HSV(B)20º29.45%63.92%-
XYZ26.3225.2619.71-
YUV138.74114.6145.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=39.85%
G=32.03%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313111500.200.290.362020.6954.51
HexA383730141D24141537
Octal2432031630243544242567
Binary10100011100000111110011010100111011001001010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38373; }

 p { color: rgb(163,131,115); }

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

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

 a { background-color: rgb(163,131,115); }

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

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

 span { border-color: rgb(163,131,115); }

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