Html Css Color HEX #A0887F Almond Frost

📋 copy color: '#A0887F'

red 160 ◦ green 136 ◦ blue 127

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

Shades of Almond Frost #A0887F

Tints of Almond Frost #A0887F

RGB

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

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

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

R = 37.83%
G = 32.15%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0887F (or 0xA0887F) is known color: Almond Frost. HEX triplet: A0, 88 and 7F. RGB value is (160,136,127). Sum of RGB (Red+Green+Blue) = 160+136+127=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A0887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0887F is #5F7780. Grayscale: #8E8E8E. Windows color (decimal): -6256513 or 8358048. OLE color: 8358048.

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

Color convert

RGB 160 136 127 -
CMYK 0 0.15 0.21 0.37
HSL 16.36º 0.15% 0.56% -
HSV(B) 16.36º 0.21% 0.63% -
XYZ 27.13 26.61 23.79 -
YUV 142.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 160 136 127 0 0.15 0.21 0.37 16.36 0.15 0.56
Hex A0 88 7F 0 F 15 25 10 F 38
Octal 240 210 177 0 17 25 45 20 17 70
Binary 10100000 10001000 1111111 0 1111 10101 100101 10000 1111 111000

Color Harmonies of #A0887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0887F

Black with #A0887F

Text Example


Text Example

White with #A0887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0887F; }

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

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

background-color css

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

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

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

border-color css

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

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

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