Html Css Color HEX #A08978 Almond Frost

📋 copy color: '#A08978'

red 160 ◦ green 137 ◦ blue 120

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

Shades of Almond Frost #A08978

Tints of Almond Frost #A08978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 38.37%
G = 32.85%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A08978 (or 0xA08978) is known color: Almond Frost. HEX triplet: A0, 89 and 78. RGB value is (160,137,120). Sum of RGB (Red+Green+Blue) = 160+137+120=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A08978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08978 is #5F7687. Grayscale: #8E8E8E. Windows color (decimal): -6256264 or 7899552. OLE color: 7899552.

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

Color convert

RGB 160 137 120 -
CMYK 0 0.14 0.25 0.37
HSL 25.5º 0.17% 0.55% -
HSV(B) 25.5º 0.25% 0.63% -
XYZ 26.83 26.72 21.51 -
YUV 141.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 160 137 120 0 0.14 0.25 0.37 25.5 0.17 0.55
Hex A0 89 78 0 E 19 25 1A 11 37
Octal 240 211 170 0 16 31 45 32 21 67
Binary 10100000 10001001 1111000 0 1110 11001 100101 11010 10001 110111

Color Harmonies of #A08978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08978

Black with #A08978

Text Example


Text Example

White with #A08978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08978; }

 p { color: rgb(160,137,120); }

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

background-color css

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

 a { background-color: rgb(160,137,120); }

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

border-color css

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

 span { border-color: rgb(160,137,120); }

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