#A38B7C

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

Shades of Almond Frost #A38B7C

Tints of Almond Frost #A38B7C

Color information

#A38B7C (or 0xA38B7C) is unknown color: approx Almond Frost. HEX triplet: A3, 8B and 7C. RGB value is (163,139,124). Sum of RGB (Red+Green+Blue) = 163+139+124=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B7C is #5C7483. Grayscale: #909090. Windows color (decimal): -6059140 or 8162211. OLE color: 8162211.

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

Color convert

RGB163139124-
CMYK00.150.240.36
HSL23.08º17.49%56.27%-
HSV(B)23.08º23.93%63.92%-
XYZ27.9727.7122.94-
YUV144.47116.45141.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=38.26%
G=32.63%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313912400.150.240.3623.0817.4956.27
HexA38B7C0F1824171138
Octal2432131740173044272170
Binary1010001110001011111110001111110001001001011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B7C; }

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

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

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

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

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

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

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

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