#A98674

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

Shades of Almond Frost #A98674

Tints of Almond Frost #A98674

Color information

#A98674 (or 0xA98674) is unknown color: approx Almond Frost. HEX triplet: A9, 86 and 74. RGB value is (169,134,116). Sum of RGB (Red+Green+Blue) = 169+134+116=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A98674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98674 is #56798B. Grayscale: #8E8E8E. Windows color (decimal): -5667212 or 7636649. OLE color: 7636649.

HSL color Cylindrical-coordinate representation of color #A98674: hue angle of 20.38º 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 #A98674 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169134116-
CMYK00.210.310.34
HSL20.38º23.56%55.88%-
HSV(B)20.38º31.36%66.27%-
XYZ28.0426.7520.21-
YUV142.41113.1146.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=40.33%
G=31.98%
B=27.68%

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
Decimal16913411600.210.310.3420.3823.5655.88
HexA986740151F22141838
Octal2512061640253742243070
Binary10101001100001101110100010101111111000101010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98674; }

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

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

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

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

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

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

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

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