#A28C7F

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

Shades of Almond Frost #A28C7F

Tints of Almond Frost #A28C7F

Color information

#A28C7F (or 0xA28C7F) is unknown color: approx Almond Frost. HEX triplet: A2, 8C and 7F. RGB value is (162,140,127). Sum of RGB (Red+Green+Blue) = 162+140+127=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C7F is #5D7380. Grayscale: #919191. Windows color (decimal): -6124417 or 8359074. OLE color: 8359074.

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

Color convert

RGB162140127-
CMYK00.140.220.36
HSL22.29º15.84%56.67%-
HSV(B)22.29º21.6%63.53%-
XYZ28.1127.9724-
YUV145.1117.79140.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 127 (50% from 255) = 29.60%
R=37.76%
G=32.63%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214012700.140.220.3622.2915.8456.67
HexA28C7F0E1624161039
Octal2422141770162644262071
Binary1010001010001100111111101110101101001001011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C7F; }

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

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

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

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

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

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

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

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