#A28C7A

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

Shades of Almond Frost #A28C7A

Tints of Almond Frost #A28C7A

Color information

#A28C7A (or 0xA28C7A) is unknown color: approx Almond Frost. HEX triplet: A2, 8C and 7A. RGB value is (162,140,122). Sum of RGB (Red+Green+Blue) = 162+140+122=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C7A is #5D7385. Grayscale: #909090. Windows color (decimal): -6124422 or 8031394. OLE color: 8031394.

HSL color Cylindrical-coordinate representation of color #A28C7A: hue angle of 27º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A28C7A is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB162140122-
CMYK00.140.250.36
HSL27º17.7%55.69%-
HSV(B)27º24.69%63.53%-
XYZ27.7927.8422.32-
YUV144.53115.29140.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=38.21%
G=33.02%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214012200.140.250.362717.755.69
HexA28C7A0E19241b1238
Octal2422141720163144332270
Binary1010001010001100111101001110110011001001101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C7A; }

 p { color: rgb(162,140,122); }

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

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

 a { background-color: rgb(162,140,122); }

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

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

 span { border-color: rgb(162,140,122); }

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