#A98675

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

Shades of Almond Frost #A98675

Tints of Almond Frost #A98675

Color information

#A98675 (or 0xA98675) is unknown color: approx Almond Frost. HEX triplet: A9, 86 and 75. RGB value is (169,134,117). Sum of RGB (Red+Green+Blue) = 169+134+117=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A98675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98675 is #56798A. Grayscale: #8E8E8E. Windows color (decimal): -5667211 or 7702185. OLE color: 7702185.

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

Color convert

RGB169134117-
CMYK00.210.310.34
HSL19.62º23.21%56.08%-
HSV(B)19.62º30.77%66.27%-
XYZ28.126.7720.52-
YUV142.53113.6146.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=40.24%
G=31.90%
B=27.86%

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
Decimal16913411700.210.310.3419.6223.2156.08
HexA986750151F22141738
Octal2512061650253742242770
Binary10101001100001101110101010101111111000101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98675; }

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

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

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

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

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

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

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

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