Html Css Color HEX #A18980 Almond Frost

📋 copy color: '#A18980'

red 161 ◦ green 137 ◦ blue 128

#A18980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #A18980

Tints of Almond Frost #A18980

RGB

 RED value IS 161 (63.28% from 255) = 37.79%

 GREEN value IS 137 (53.91% from 255) = 32.16%

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 37.79%
G = 32.16%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A18980 (or 0xA18980) is known color: Almond Frost. HEX triplet: A1, 89 and 80. RGB value is (161,137,128). Sum of RGB (Red+Green+Blue) = 161+137+128=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18980 is #5E767F. Grayscale: #8F8F8F. Windows color (decimal): -6190720 or 8423841. OLE color: 8423841.

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

Color convert

RGB 161 137 128 -
CMYK 0 0.15 0.20 0.37
HSL 16.36º 0.15% 0.57% -
HSV(B) 16.36º 0.2% 0.63% -
XYZ 27.54 27.03 24.19 -
YUV 143.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 161 137 128 0 0.15 0.20 0.37 16.36 0.15 0.57
Hex A1 89 80 0 F 14 25 10 F 39
Octal 241 211 200 0 17 24 45 20 17 71
Binary 10100001 10001001 10000000 0 1111 10100 100101 10000 1111 111001

Color Harmonies of #A18980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18980

Black with #A18980

Text Example


Text Example

White with #A18980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18980; }

 p { color: rgb(161,137,128); }

 H1.HeaderClassName
 {
   color: #A18980;
 }
 .AnyTagClassName
 {
   color: #A18980;
 }
</style>

background-color css

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

 a { background-color: rgb(161,137,128); }

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

border-color css

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

 span { border-color: rgb(161,137,128); }

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