#A38B82

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

Shades of Almond Frost #A38B82

Tints of Almond Frost #A38B82

Color information

#A38B82 (or 0xA38B82) is unknown color: approx Almond Frost. HEX triplet: A3, 8B and 82. RGB value is (163,139,130). Sum of RGB (Red+Green+Blue) = 163+139+130=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38B82 is #5C747D. Grayscale: #919191. Windows color (decimal): -6059134 or 8555427. OLE color: 8555427.

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

Color convert

RGB163139130-
CMYK00.150.200.36
HSL16.36º15.21%57.45%-
HSV(B)16.36º20.25%63.92%-
XYZ28.3727.8625-
YUV145.15119.45140.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=37.73%
G=32.18%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313913000.150.200.3616.3615.2157.45
HexA38B820F142410f39
Octal2432132020172444201771
Binary1010001110001011100000100111110100100100100001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B82; }

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

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

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

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

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

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

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

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