#A1877E

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

Shades of Almond Frost #A1877E

Tints of Almond Frost #A1877E

Color information

#A1877E (or 0xA1877E) is unknown color: approx Almond Frost. HEX triplet: A1, 87 and 7E. RGB value is (161,135,126). Sum of RGB (Red+Green+Blue) = 161+135+126=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A1877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1877E is #5E7881. Grayscale: #8D8D8D. Windows color (decimal): -6191234 or 8292257. OLE color: 8292257.

HSL color Cylindrical-coordinate representation of color #A1877E: hue angle of 15.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1877E is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161135126-
CMYK00.160.220.37
HSL15.43º15.7%56.27%-
HSV(B)15.43º21.74%63.14%-
XYZ27.1326.4123.41-
YUV141.75119.11141.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=38.15%
G=31.99%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113512600.160.220.3715.4315.756.27
HexA1877E0101625f1038
Octal2412071760202645172070
Binary1010000110000111111111001000010110100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1877E; }

 p { color: rgb(161,135,126); }

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

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

 a { background-color: rgb(161,135,126); }

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

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

 span { border-color: rgb(161,135,126); }

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