Html Css Color HEX #A48579 Almond Frost

📋 copy color: '#A48579'

red 164 ◦ green 133 ◦ blue 121

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

Shades of Almond Frost #A48579

Tints of Almond Frost #A48579

RGB

 RED value IS 164 (64.45% from 255) = 39.23%

 GREEN value IS 133 (52.34% from 255) = 31.82%

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

R = 39.23%
G = 31.82%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A48579 (or 0xA48579) is known color: Almond Frost. HEX triplet: A4, 85 and 79. RGB value is (164,133,121). Sum of RGB (Red+Green+Blue) = 164+133+121=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48579 is #5B7A86. Grayscale: #8C8C8C. Windows color (decimal): -5995143 or 7964068. OLE color: 7964068.

HSL color Cylindrical-coordinate representation of color #A48579: hue angle of 16.74º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A48579 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 121 -
CMYK 0 0.19 0.26 0.36
HSL 16.74º 0.19% 0.56% -
HSV(B) 16.74º 0.26% 0.64% -
XYZ 27.15 26.05 21.69 -
YUV 140.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 164 133 121 0 0.19 0.26 0.36 16.74 0.19 0.56
Hex A4 85 79 0 13 1A 24 11 13 38
Octal 244 205 171 0 23 32 44 21 23 70
Binary 10100100 10000101 1111001 0 10011 11010 100100 10001 10011 111000

Color Harmonies of #A48579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48579

Black with #A48579

Text Example


Text Example

White with #A48579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48579; }

 p { color: rgb(164,133,121); }

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

background-color css

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

 a { background-color: rgb(164,133,121); }

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

border-color css

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

 span { border-color: rgb(164,133,121); }

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