Html Css Color HEX #A08874 Almond Frost

📋 copy color: '#A08874'

red 160 ◦ green 136 ◦ blue 116

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

Shades of Almond Frost #A08874

Tints of Almond Frost #A08874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 38.83%
G = 33.01%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A08874 (or 0xA08874) is known color: Almond Frost. HEX triplet: A0, 88 and 74. RGB value is (160,136,116). Sum of RGB (Red+Green+Blue) = 160+136+116=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A08874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08874 is #5F778B. Grayscale: #8D8D8D. Windows color (decimal): -6256524 or 7637152. OLE color: 7637152.

HSL color Cylindrical-coordinate representation of color #A08874: hue angle of 27.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08874 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 116 -
CMYK 0 0.15 0.28 0.37
HSL 27.27º 0.19% 0.54% -
HSV(B) 27.27º 0.28% 0.63% -
XYZ 26.45 26.34 20.21 -
YUV 140.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 160 136 116 0 0.15 0.28 0.37 27.27 0.19 0.54
Hex A0 88 74 0 F 1C 25 1B 13 36
Octal 240 210 164 0 17 34 45 33 23 66
Binary 10100000 10001000 1110100 0 1111 11100 100101 11011 10011 110110

Color Harmonies of #A08874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08874

Black with #A08874

Text Example


Text Example

White with #A08874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08874; }

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

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

background-color css

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

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

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

border-color css

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

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

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