#A08270

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

Shades of Almond Frost #A08270

Tints of Almond Frost #A08270

Color information

#A08270 (or 0xA08270) is unknown color: approx Almond Frost. HEX triplet: A0, 82 and 70. RGB value is (160,130,112). Sum of RGB (Red+Green+Blue) = 160+130+112=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A08270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08270 is #5F7D8F. Grayscale: #898989. Windows color (decimal): -6258064 or 7373472. OLE color: 7373472.

HSL color Cylindrical-coordinate representation of color #A08270: hue angle of 22.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08270 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB160130112-
CMYK00.190.300.37
HSL22.5º20.17%53.33%-
HSV(B)22.5º30%62.75%-
XYZ25.424.6118.74-
YUV136.92113.94144.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=39.80%
G=32.34%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013011200.190.300.3722.520.1753.33
HexA082700131E25171435
Octal2402021600233645272465
Binary10100000100000101110000010011111101001011011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08270; }

 p { color: rgb(160,130,112); }

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

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

 a { background-color: rgb(160,130,112); }

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

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

 span { border-color: rgb(160,130,112); }

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