#A38B7A

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

Shades of Almond Frost #A38B7A

Tints of Almond Frost #A38B7A

Color information

#A38B7A (or 0xA38B7A) is unknown color: approx Almond Frost. HEX triplet: A3, 8B and 7A. RGB value is (163,139,122). Sum of RGB (Red+Green+Blue) = 163+139+122=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B7A is #5C7485. Grayscale: #909090. Windows color (decimal): -6059142 or 8031139. OLE color: 8031139.

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

Color convert

RGB163139122-
CMYK00.150.250.36
HSL24.88º18.22%55.88%-
HSV(B)24.88º25.15%63.92%-
XYZ27.8527.6622.28-
YUV144.24115.45141.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=38.44%
G=32.78%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313912200.150.250.3624.8818.2255.88
HexA38B7A0F1924191238
Octal2432131720173144312270
Binary1010001110001011111101001111110011001001100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B7A; }

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

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

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

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

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

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

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

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