Html Css Color HEX #A58879 Almond Frost

📋 copy color: '#A58879'

red 165 ◦ green 136 ◦ blue 121

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

Shades of Almond Frost #A58879

Tints of Almond Frost #A58879

RGB

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

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

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

R = 39.1%
G = 32.23%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A58879 (or 0xA58879) is known color: Almond Frost. HEX triplet: A5, 88 and 79. RGB value is (165,136,121). Sum of RGB (Red+Green+Blue) = 165+136+121=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A58879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58879 is #5A7786. Grayscale: #8F8F8F. Windows color (decimal): -5928839 or 7964837. OLE color: 7964837.

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

Color convert

RGB 165 136 121 -
CMYK 0 0.18 0.27 0.35
HSL 20.45º 0.2% 0.56% -
HSV(B) 20.45º 0.27% 0.65% -
XYZ 27.77 26.99 21.83 -
YUV 142.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 165 136 121 0 0.18 0.27 0.35 20.45 0.2 0.56
Hex A5 88 79 0 12 1B 23 14 14 38
Octal 245 210 171 0 22 33 43 24 24 70
Binary 10100101 10001000 1111001 0 10010 11011 100011 10100 10100 111000

Color Harmonies of #A58879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58879

Black with #A58879

Text Example


Text Example

White with #A58879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58879; }

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

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

background-color css

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

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

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

border-color css

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

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

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