Html Css Color HEX #A18979 Almond Frost

📋 copy color: '#A18979'

red 161 ◦ green 137 ◦ blue 121

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

Shades of Almond Frost #A18979

Tints of Almond Frost #A18979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 38.42%
G = 32.7%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A18979 (or 0xA18979) is known color: Almond Frost. HEX triplet: A1, 89 and 79. RGB value is (161,137,121). Sum of RGB (Red+Green+Blue) = 161+137+121=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A18979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18979 is #5E7686. Grayscale: #8E8E8E. Windows color (decimal): -6190727 or 7965089. OLE color: 7965089.

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

Color convert

RGB 161 137 121 -
CMYK 0 0.15 0.25 0.37
HSL 24º 0.18% 0.55% -
HSV(B) 24º 0.25% 0.63% -
XYZ 27.09 26.85 21.84 -
YUV 142.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 161 137 121 0 0.15 0.25 0.37 24 0.18 0.55
Hex A1 89 79 0 F 19 25 18 12 37
Octal 241 211 171 0 17 31 45 30 22 67
Binary 10100001 10001001 1111001 0 1111 11001 100101 11000 10010 110111

Color Harmonies of #A18979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18979

Black with #A18979

Text Example


Text Example

White with #A18979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18979; }

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

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

background-color css

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

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

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

border-color css

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

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

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