#A28A7E

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

Shades of Almond Frost #A28A7E

Tints of Almond Frost #A28A7E

Color information

#A28A7E (or 0xA28A7E) is unknown color: approx Almond Frost. HEX triplet: A2, 8A and 7E. RGB value is (162,138,126). Sum of RGB (Red+Green+Blue) = 162+138+126=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A7E is #5D7581. Grayscale: #8F8F8F. Windows color (decimal): -6124930 or 8293026. OLE color: 8293026.

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

Color convert

RGB162138126-
CMYK00.150.220.36
HSL20º16.22%56.47%-
HSV(B)20º22.22%63.53%-
XYZ27.7527.3623.56-
YUV143.81117.95140.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=38.03%
G=32.39%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213812600.150.220.362016.2256.47
HexA28A7E0F1624141038
Octal2422121760172644242070
Binary1010001010001010111111001111101101001001010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A7E; }

 p { color: rgb(162,138,126); }

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

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

 a { background-color: rgb(162,138,126); }

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

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

 span { border-color: rgb(162,138,126); }

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