#A48A7A

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

Shades of Almond Frost #A48A7A

Tints of Almond Frost #A48A7A

Color information

#A48A7A (or 0xA48A7A) is unknown color: approx Almond Frost. HEX triplet: A4, 8A and 7A. RGB value is (164,138,122). Sum of RGB (Red+Green+Blue) = 164+138+122=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A7A is #5B7585. Grayscale: #909090. Windows color (decimal): -5993862 or 8030884. OLE color: 8030884.

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

Color convert

RGB164138122-
CMYK00.160.260.36
HSL22.86º18.75%56.08%-
HSV(B)22.86º25.61%64.31%-
XYZ27.9127.4722.24-
YUV143.95115.61142.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=38.68%
G=32.55%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413812200.160.260.3622.8618.7556.08
HexA48A7A0101A24171338
Octal2442121720203244272370
Binary10100100100010101111010010000110101001001011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A7A; }

 p { color: rgb(164,138,122); }

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

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

 a { background-color: rgb(164,138,122); }

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

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

 span { border-color: rgb(164,138,122); }

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