Html Css Color HEX #A0887C Almond Frost

📋 copy color: '#A0887C'

red 160 ◦ green 136 ◦ blue 124

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

Shades of Almond Frost #A0887C

Tints of Almond Frost #A0887C

RGB

 RED value IS 160 (62.89% from 255) = 38.1%

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

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

R = 38.1%
G = 32.38%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0887C (or 0xA0887C) is known color: Almond Frost. HEX triplet: A0, 88 and 7C. RGB value is (160,136,124). Sum of RGB (Red+Green+Blue) = 160+136+124=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0887C is #5F7783. Grayscale: #8D8D8D. Windows color (decimal): -6256516 or 8161440. OLE color: 8161440.

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

Color convert

RGB 160 136 124 -
CMYK 0 0.15 0.22 0.37
HSL 20º 0.16% 0.56% -
HSV(B) 20º 0.23% 0.63% -
XYZ 26.94 26.54 22.77 -
YUV 141.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 160 136 124 0 0.15 0.22 0.37 20 0.16 0.56
Hex A0 88 7C 0 F 16 25 14 10 38
Octal 240 210 174 0 17 26 45 24 20 70
Binary 10100000 10001000 1111100 0 1111 10110 100101 10100 10000 111000

Color Harmonies of #A0887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0887C

Black with #A0887C

Text Example


Text Example

White with #A0887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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