#A38573

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

Shades of Almond Frost #A38573

Tints of Almond Frost #A38573

Color information

#A38573 (or 0xA38573) is unknown color: approx Almond Frost. HEX triplet: A3, 85 and 73. RGB value is (163,133,115). Sum of RGB (Red+Green+Blue) = 163+133+115=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A38573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38573 is #5C7A8C. Grayscale: #8C8C8C. Windows color (decimal): -6060685 or 7570851. OLE color: 7570851.

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

Color convert

RGB163133115-
CMYK00.180.290.36
HSL22.5º20.69%54.51%-
HSV(B)22.5º29.45%63.92%-
XYZ26.5925.819.8-
YUV139.92113.94144.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=39.66%
G=32.36%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313311500.180.290.3622.520.6954.51
HexA385730121D24171537
Octal2432051630223544272567
Binary10100011100001011110011010010111011001001011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38573; }

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

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

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

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

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

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

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

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