#A38572

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

Shades of Almond Frost #A38572

Tints of Almond Frost #A38572

Color information

#A38572 (or 0xA38572) is unknown color: approx Almond Frost. HEX triplet: A3, 85 and 72. RGB value is (163,133,114). Sum of RGB (Red+Green+Blue) = 163+133+114=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A38572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38572 is #5C7A8D. Grayscale: #8B8B8B. Windows color (decimal): -6060686 or 7505315. OLE color: 7505315.

HSL color Cylindrical-coordinate representation of color #A38572: hue angle of 23.27º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38572 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB163133114-
CMYK00.180.300.36
HSL23.27º21.03%54.31%-
HSV(B)23.27º30.06%63.92%-
XYZ26.5325.7819.5-
YUV139.8113.44144.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=39.76%
G=32.44%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313311400.180.300.3623.2721.0354.31
HexA385720121E24171536
Octal2432051620223644272566
Binary10100011100001011110010010010111101001001011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38572; }

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

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

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

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

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

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

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

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