Html Css Color HEX #A48977 Almond Frost

📋 copy color: '#A48977'

red 164 ◦ green 137 ◦ blue 119

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

Shades of Almond Frost #A48977

Tints of Almond Frost #A48977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 39.05%
G = 32.62%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48977 (or 0xA48977) is known color: Almond Frost. HEX triplet: A4, 89 and 77. RGB value is (164,137,119). Sum of RGB (Red+Green+Blue) = 164+137+119=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A48977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48977 is #5B7688. Grayscale: #8F8F8F. Windows color (decimal): -5994121 or 7834020. OLE color: 7834020.

HSL color Cylindrical-coordinate representation of color #A48977: hue angle of 24º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48977 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 119 -
CMYK 0 0.16 0.27 0.36
HSL 24º 0.2% 0.55% -
HSV(B) 24º 0.27% 0.64% -
XYZ 27.59 27.12 21.23 -
YUV 143.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 164 137 119 0 0.16 0.27 0.36 24 0.2 0.55
Hex A4 89 77 0 10 1B 24 18 14 37
Octal 244 211 167 0 20 33 44 30 24 67
Binary 10100100 10001001 1110111 0 10000 11011 100100 11000 10100 110111

Color Harmonies of #A48977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48977

Black with #A48977

Text Example


Text Example

White with #A48977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48977; }

 p { color: rgb(164,137,119); }

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

background-color css

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

 a { background-color: rgb(164,137,119); }

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

border-color css

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

 span { border-color: rgb(164,137,119); }

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