Html Css Color HEX #A58979 Almond Frost

📋 copy color: '#A58979'

red 165 ◦ green 137 ◦ blue 121

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

Shades of Almond Frost #A58979

Tints of Almond Frost #A58979

RGB

 RED value IS 165 (64.84% from 255) = 39.01%

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

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

R = 39.01%
G = 32.39%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A58979 (or 0xA58979) is known color: Almond Frost. HEX triplet: A5, 89 and 79. RGB value is (165,137,121). Sum of RGB (Red+Green+Blue) = 165+137+121=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A58979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58979 is #5A7686. Grayscale: #8F8F8F. Windows color (decimal): -5928583 or 7965093. OLE color: 7965093.

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

Color convert

RGB 165 137 121 -
CMYK 0 0.17 0.27 0.35
HSL 21.82º 0.2% 0.56% -
HSV(B) 21.82º 0.27% 0.65% -
XYZ 27.91 27.27 21.88 -
YUV 143.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 165 137 121 0 0.17 0.27 0.35 21.82 0.2 0.56
Hex A5 89 79 0 11 1B 23 16 14 38
Octal 245 211 171 0 21 33 43 26 24 70
Binary 10100101 10001001 1111001 0 10001 11011 100011 10110 10100 111000

Color Harmonies of #A58979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58979

Black with #A58979

Text Example


Text Example

White with #A58979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58979; }

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

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

background-color css

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

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

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

border-color css

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

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

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