Html Css Color HEX #A78779 Almond Frost

📋 copy color: '#A78779'

red 167 ◦ green 135 ◦ blue 121

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

Shades of Almond Frost #A78779

Tints of Almond Frost #A78779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.91%

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

R = 39.48%
G = 31.91%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A78779 (or 0xA78779) is known color: Almond Frost. HEX triplet: A7, 87 and 79. RGB value is (167,135,121). Sum of RGB (Red+Green+Blue) = 167+135+121=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A78779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78779 is #587886. Grayscale: #8F8F8F. Windows color (decimal): -5798023 or 7964583. OLE color: 7964583.

HSL color Cylindrical-coordinate representation of color #A78779: hue angle of 18.26º 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 #A78779 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 135 121 -
CMYK 0 0.19 0.28 0.35
HSL 18.26º 0.21% 0.56% -
HSV(B) 18.26º 0.28% 0.65% -
XYZ 28.05 26.92 21.81 -
YUV 142.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 167 135 121 0 0.19 0.28 0.35 18.26 0.21 0.56
Hex A7 87 79 0 13 1C 23 12 15 38
Octal 247 207 171 0 23 34 43 22 25 70
Binary 10100111 10000111 1111001 0 10011 11100 100011 10010 10101 111000

Color Harmonies of #A78779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78779

Black with #A78779

Text Example


Text Example

White with #A78779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78779; }

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

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

background-color css

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

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

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

border-color css

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

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

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