#A38C7D

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

Shades of Almond Frost #A38C7D

Tints of Almond Frost #A38C7D

Color information

#A38C7D (or 0xA38C7D) is unknown color: approx Almond Frost. HEX triplet: A3, 8C and 7D. RGB value is (163,140,125). Sum of RGB (Red+Green+Blue) = 163+140+125=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C7D is #5C7382. Grayscale: #919191. Windows color (decimal): -6058883 or 8228003. OLE color: 8228003.

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

Color convert

RGB163140125-
CMYK00.140.230.36
HSL23.68º17.12%56.47%-
HSV(B)23.68º23.31%63.92%-
XYZ28.1828.0223.33-
YUV145.17116.62140.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=38.08%
G=32.71%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314012500.140.230.3623.6817.1256.47
HexA38C7D0E1724181138
Octal2432141750162744302170
Binary1010001110001100111110101110101111001001100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C7D; }

 p { color: rgb(163,140,125); }

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

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

 a { background-color: rgb(163,140,125); }

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

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

 span { border-color: rgb(163,140,125); }

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