Html Css Color HEX #A18981 Almond Frost

📋 copy color: '#A18981'

red 161 ◦ green 137 ◦ blue 129

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

Shades of Almond Frost #A18981

Tints of Almond Frost #A18981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 37.7%
G = 32.08%
B = 30.21%

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

#A18981 (or 0xA18981) is known color: Almond Frost. HEX triplet: A1, 89 and 81. RGB value is (161,137,129). Sum of RGB (Red+Green+Blue) = 161+137+129=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A18981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18981 is #5E767E. Grayscale: #8F8F8F. Windows color (decimal): -6190719 or 8489377. OLE color: 8489377.

HSL color Cylindrical-coordinate representation of color #A18981: hue angle of 15º 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 #A18981 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 137 129 -
CMYK 0 0.15 0.20 0.37
HSL 15º 0.15% 0.57% -
HSV(B) 15º 0.2% 0.63% -
XYZ 27.61 27.05 24.54 -
YUV 143.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 161 137 129 0 0.15 0.20 0.37 15 0.15 0.57
Hex A1 89 81 0 F 14 25 F F 39
Octal 241 211 201 0 17 24 45 17 17 71
Binary 10100001 10001001 10000001 0 1111 10100 100101 1111 1111 111001

Color Harmonies of #A18981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18981

Black with #A18981

Text Example


Text Example

White with #A18981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18981; }

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

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

background-color css

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

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

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

border-color css

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

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

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