Html Css Color HEX #A0887E Almond Frost

📋 copy color: '#A0887E'

red 160 ◦ green 136 ◦ blue 126

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

Shades of Almond Frost #A0887E

Tints of Almond Frost #A0887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.86%

R = 37.91%
G = 32.23%
B = 29.86%

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

#A0887E (or 0xA0887E) is known color: Almond Frost. HEX triplet: A0, 88 and 7E. RGB value is (160,136,126). Sum of RGB (Red+Green+Blue) = 160+136+126=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0887E is #5F7781. Grayscale: #8E8E8E. Windows color (decimal): -6256514 or 8292512. OLE color: 8292512.

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

Color convert

RGB 160 136 126 -
CMYK 0 0.15 0.21 0.37
HSL 17.65º 0.15% 0.56% -
HSV(B) 17.65º 0.21% 0.63% -
XYZ 27.07 26.59 23.44 -
YUV 142.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 160 136 126 0 0.15 0.21 0.37 17.65 0.15 0.56
Hex A0 88 7E 0 F 15 25 12 F 38
Octal 240 210 176 0 17 25 45 22 17 70
Binary 10100000 10001000 1111110 0 1111 10101 100101 10010 1111 111000

Color Harmonies of #A0887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0887E

Black with #A0887E

Text Example


Text Example

White with #A0887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0887E; }

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

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

background-color css

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

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

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

border-color css

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

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

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