Html Css Color HEX #A1887F Almond Frost

📋 copy color: '#A1887F'

red 161 ◦ green 136 ◦ blue 127

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

Shades of Almond Frost #A1887F

Tints of Almond Frost #A1887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.95%

R = 37.97%
G = 32.08%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1887F (or 0xA1887F) is known color: Almond Frost. HEX triplet: A1, 88 and 7F. RGB value is (161,136,127). Sum of RGB (Red+Green+Blue) = 161+136+127=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1887F is #5E7780. Grayscale: #8E8E8E. Windows color (decimal): -6190977 or 8358049. OLE color: 8358049.

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

Color convert

RGB 161 136 127 -
CMYK 0 0.16 0.21 0.37
HSL 15.88º 0.15% 0.56% -
HSV(B) 15.88º 0.21% 0.63% -
XYZ 27.33 26.72 23.8 -
YUV 142.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 161 136 127 0 0.16 0.21 0.37 15.88 0.15 0.56
Hex A1 88 7F 0 10 15 25 10 F 38
Octal 241 210 177 0 20 25 45 20 17 70
Binary 10100001 10001000 1111111 0 10000 10101 100101 10000 1111 111000

Color Harmonies of #A1887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1887F

Black with #A1887F

Text Example


Text Example

White with #A1887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1887F; }

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

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

background-color css

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

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

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

border-color css

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

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

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