#A28475

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

Shades of Almond Frost #A28475

Tints of Almond Frost #A28475

Color information

#A28475 (or 0xA28475) is unknown color: approx Almond Frost. HEX triplet: A2, 84 and 75. RGB value is (162,132,117). Sum of RGB (Red+Green+Blue) = 162+132+117=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A28475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28475 is #5D7B8A. Grayscale: #8B8B8B. Windows color (decimal): -6126475 or 7701666. OLE color: 7701666.

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

Color convert

RGB162132117-
CMYK00.190.280.36
HSL20º19.48%54.71%-
HSV(B)20º27.78%63.53%-
XYZ26.3625.4720.36-
YUV139.26115.44144.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=39.42%
G=32.12%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213211700.190.280.362019.4854.71
HexA284750131C24141337
Octal2422041650233444242367
Binary10100010100001001110101010011111001001001010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28475; }

 p { color: rgb(162,132,117); }

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

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

 a { background-color: rgb(162,132,117); }

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

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

 span { border-color: rgb(162,132,117); }

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