Html Css Color HEX #A0887B Almond Frost

📋 copy color: '#A0887B'

red 160 ◦ green 136 ◦ blue 123

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

Shades of Almond Frost #A0887B

Tints of Almond Frost #A0887B

RGB

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

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

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

R = 38.19%
G = 32.46%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0887B (or 0xA0887B) is known color: Almond Frost. HEX triplet: A0, 88 and 7B. RGB value is (160,136,123). Sum of RGB (Red+Green+Blue) = 160+136+123=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0887B is #5F7784. Grayscale: #8D8D8D. Windows color (decimal): -6256517 or 8095904. OLE color: 8095904.

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

Color convert

RGB 160 136 123 -
CMYK 0 0.15 0.23 0.37
HSL 21.08º 0.16% 0.55% -
HSV(B) 21.08º 0.23% 0.63% -
XYZ 26.88 26.51 22.44 -
YUV 141.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 160 136 123 0 0.15 0.23 0.37 21.08 0.16 0.55
Hex A0 88 7B 0 F 17 25 15 10 37
Octal 240 210 173 0 17 27 45 25 20 67
Binary 10100000 10001000 1111011 0 1111 10111 100101 10101 10000 110111

Color Harmonies of #A0887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0887B

Black with #A0887B

Text Example


Text Example

White with #A0887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0887B; }

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

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

background-color css

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

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

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

border-color css

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

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

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