Html Css Color HEX #A1887C Almond Frost

📋 copy color: '#A1887C'

red 161 ◦ green 136 ◦ blue 124

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

Shades of Almond Frost #A1887C

Tints of Almond Frost #A1887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.3%

 BLUE value IS 124 (48.83% from 255) = 29.45%

R = 38.24%
G = 32.3%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1887C (or 0xA1887C) is known color: Almond Frost. HEX triplet: A1, 88 and 7C. RGB value is (161,136,124). Sum of RGB (Red+Green+Blue) = 161+136+124=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A1887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1887C is #5E7783. Grayscale: #8E8E8E. Windows color (decimal): -6190980 or 8161441. OLE color: 8161441.

HSL color Cylindrical-coordinate representation of color #A1887C: hue angle of 19.46º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1887C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 136 124 -
CMYK 0 0.16 0.23 0.37
HSL 19.46º 0.16% 0.56% -
HSV(B) 19.46º 0.23% 0.63% -
XYZ 27.14 26.64 22.78 -
YUV 142.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 161 136 124 0 0.16 0.23 0.37 19.46 0.16 0.56
Hex A1 88 7C 0 10 17 25 13 10 38
Octal 241 210 174 0 20 27 45 23 20 70
Binary 10100001 10001000 1111100 0 10000 10111 100101 10011 10000 111000

Color Harmonies of #A1887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1887C

Black with #A1887C

Text Example


Text Example

White with #A1887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1887C; }

 p { color: rgb(161,136,124); }

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

background-color css

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

 a { background-color: rgb(161,136,124); }

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

border-color css

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

 span { border-color: rgb(161,136,124); }

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