Html Css Color HEX #A0887D Almond Frost

📋 copy color: '#A0887D'

red 160 ◦ green 136 ◦ blue 125

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

Shades of Almond Frost #A0887D

Tints of Almond Frost #A0887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 38%
G = 32.3%
B = 29.69%

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

#A0887D (or 0xA0887D) is known color: Almond Frost. HEX triplet: A0, 88 and 7D. RGB value is (160,136,125). Sum of RGB (Red+Green+Blue) = 160+136+125=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A0887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0887D is #5F7782. Grayscale: #8D8D8D. Windows color (decimal): -6256515 or 8226976. OLE color: 8226976.

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

Color convert

RGB 160 136 125 -
CMYK 0 0.15 0.22 0.37
HSL 18.86º 0.16% 0.56% -
HSV(B) 18.86º 0.22% 0.63% -
XYZ 27 26.56 23.11 -
YUV 141.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 160 136 125 0 0.15 0.22 0.37 18.86 0.16 0.56
Hex A0 88 7D 0 F 16 25 13 10 38
Octal 240 210 175 0 17 26 45 23 20 70
Binary 10100000 10001000 1111101 0 1111 10110 100101 10011 10000 111000

Color Harmonies of #A0887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0887D

Black with #A0887D

Text Example


Text Example

White with #A0887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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