Html Css Color HEX #A1887B Almond Frost

📋 copy color: '#A1887B'

red 161 ◦ green 136 ◦ blue 123

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

Shades of Almond Frost #A1887B

Tints of Almond Frost #A1887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.29%

R = 38.33%
G = 32.38%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1887B (or 0xA1887B) is known color: Almond Frost. HEX triplet: A1, 88 and 7B. RGB value is (161,136,123). Sum of RGB (Red+Green+Blue) = 161+136+123=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1887B is #5E7784. Grayscale: #8E8E8E. Windows color (decimal): -6190981 or 8095905. OLE color: 8095905.

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

Color convert

RGB 161 136 123 -
CMYK 0 0.16 0.24 0.37
HSL 20.53º 0.17% 0.56% -
HSV(B) 20.53º 0.24% 0.63% -
XYZ 27.08 26.62 22.45 -
YUV 141.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 161 136 123 0 0.16 0.24 0.37 20.53 0.17 0.56
Hex A1 88 7B 0 10 18 25 15 11 38
Octal 241 210 173 0 20 30 45 25 21 70
Binary 10100001 10001000 1111011 0 10000 11000 100101 10101 10001 111000

Color Harmonies of #A1887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1887B

Black with #A1887B

Text Example


Text Example

White with #A1887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1887B; }

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

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

background-color css

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

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

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

border-color css

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

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

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