#A38574

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

Shades of Almond Frost #A38574

Tints of Almond Frost #A38574

Color information

#A38574 (or 0xA38574) is unknown color: approx Almond Frost. HEX triplet: A3, 85 and 74. RGB value is (163,133,116). Sum of RGB (Red+Green+Blue) = 163+133+116=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A38574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38574 is #5C7A8B. Grayscale: #8C8C8C. Windows color (decimal): -6060684 or 7636387. OLE color: 7636387.

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

Color convert

RGB163133116-
CMYK00.180.290.36
HSL21.7º20.35%54.71%-
HSV(B)21.7º28.83%63.92%-
XYZ26.6425.8220.1-
YUV140.03114.44144.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=39.56%
G=32.28%
B=28.16%

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
Decimal16313311600.180.290.3621.720.3554.71
HexA385740121D24161437
Octal2432051640223544262467
Binary10100011100001011110100010010111011001001011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38574; }

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

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

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

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

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

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

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

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