#A18674

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

Shades of Almond Frost #A18674

Tints of Almond Frost #A18674

Color information

#A18674 (or 0xA18674) is unknown color: approx Almond Frost. HEX triplet: A1, 86 and 74. RGB value is (161,134,116). Sum of RGB (Red+Green+Blue) = 161+134+116=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A18674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18674 is #5E798B. Grayscale: #8C8C8C. Windows color (decimal): -6191500 or 7636641. OLE color: 7636641.

HSL color Cylindrical-coordinate representation of color #A18674: hue angle of 24º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A18674 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB161134116-
CMYK00.170.280.37
HSL24º19.31%54.31%-
HSV(B)24º27.95%63.14%-
XYZ26.3825.8920.13-
YUV140.02114.45142.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=39.17%
G=32.60%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113411600.170.280.372419.3154.31
HexA186740111C25181336
Octal2412061640213445302366
Binary10100001100001101110100010001111001001011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18674; }

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

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

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

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

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

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

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

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