#A38B79

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

Shades of Almond Frost #A38B79

Tints of Almond Frost #A38B79

Color information

#A38B79 (or 0xA38B79) is unknown color: approx Almond Frost. HEX triplet: A3, 8B and 79. RGB value is (163,139,121). Sum of RGB (Red+Green+Blue) = 163+139+121=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B79 is #5C7486. Grayscale: #909090. Windows color (decimal): -6059143 or 7965603. OLE color: 7965603.

HSL color Cylindrical-coordinate representation of color #A38B79: hue angle of 25.71º 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 #A38B79 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB163139121-
CMYK00.150.260.36
HSL25.71º18.58%55.69%-
HSV(B)25.71º25.77%63.92%-
XYZ27.7927.6321.96-
YUV144.12114.95141.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=38.53%
G=32.86%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313912100.150.260.3625.7118.5855.69
HexA38B790F1A241a1338
Octal2432131710173244322370
Binary1010001110001011111100101111110101001001101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B79; }

 p { color: rgb(163,139,121); }

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

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

 a { background-color: rgb(163,139,121); }

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

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

 span { border-color: rgb(163,139,121); }

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