Html Css Color HEX #A78979 Almond Frost

📋 copy color: '#A78979'

red 167 ◦ green 137 ◦ blue 121

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

Shades of Almond Frost #A78979

Tints of Almond Frost #A78979

RGB

 RED value IS 167 (65.63% from 255) = 39.29%

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

 BLUE value IS 121 (47.66% from 255) = 28.47%

R = 39.29%
G = 32.24%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A78979 (or 0xA78979) is known color: Almond Frost. HEX triplet: A7, 89 and 79. RGB value is (167,137,121). Sum of RGB (Red+Green+Blue) = 167+137+121=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A78979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78979 is #587686. Grayscale: #909090. Windows color (decimal): -5797511 or 7965095. OLE color: 7965095.

HSL color Cylindrical-coordinate representation of color #A78979: hue angle of 20.87º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A78979 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 137 121 -
CMYK 0 0.18 0.28 0.35
HSL 20.87º 0.21% 0.56% -
HSV(B) 20.87º 0.28% 0.65% -
XYZ 28.33 27.49 21.9 -
YUV 144.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 167 137 121 0 0.18 0.28 0.35 20.87 0.21 0.56
Hex A7 89 79 0 12 1C 23 15 15 38
Octal 247 211 171 0 22 34 43 25 25 70
Binary 10100111 10001001 1111001 0 10010 11100 100011 10101 10101 111000

Color Harmonies of #A78979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78979

Black with #A78979

Text Example


Text Example

White with #A78979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78979; }

 p { color: rgb(167,137,121); }

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

background-color css

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

 a { background-color: rgb(167,137,121); }

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

border-color css

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

 span { border-color: rgb(167,137,121); }

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