#A38779

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

Shades of Almond Frost #A38779

Tints of Almond Frost #A38779

Color information

#A38779 (or 0xA38779) is unknown color: approx Almond Frost. HEX triplet: A3, 87 and 79. RGB value is (163,135,121). Sum of RGB (Red+Green+Blue) = 163+135+121=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A38779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38779 is #5C7886. Grayscale: #8D8D8D. Windows color (decimal): -6060167 or 7964579. OLE color: 7964579.

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

Color convert

RGB163135121-
CMYK00.170.260.36
HSL20º18.58%55.69%-
HSV(B)20º25.77%63.92%-
XYZ27.2226.4921.77-
YUV141.78116.28143.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=38.90%
G=32.22%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313512100.170.260.362018.5855.69
HexA387790111A24141338
Octal2432071710213244242370
Binary10100011100001111111001010001110101001001010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38779; }

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

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

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

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

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

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

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

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