#A98574

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

Shades of Almond Frost #A98574

Tints of Almond Frost #A98574

Color information

#A98574 (or 0xA98574) is unknown color: approx Almond Frost. HEX triplet: A9, 85 and 74. RGB value is (169,133,116). Sum of RGB (Red+Green+Blue) = 169+133+116=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A98574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98574 is #567A8B. Grayscale: #8D8D8D. Windows color (decimal): -5667468 or 7636393. OLE color: 7636393.

HSL color Cylindrical-coordinate representation of color #A98574: hue angle of 19.25º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98574 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169133116-
CMYK00.210.310.34
HSL19.25º23.56%55.88%-
HSV(B)19.25º31.36%66.27%-
XYZ27.926.4720.16-
YUV141.83113.43147.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=40.43%
G=31.82%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913311600.210.310.3419.2523.5655.88
HexA985740151F22131838
Octal2512051640253742233070
Binary10101001100001011110100010101111111000101001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98574; }

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

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

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

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

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

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

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

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