Html Css Color HEX #A48976 Almond Frost

📋 copy color: '#A48976'

red 164 ◦ green 137 ◦ blue 118

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

Shades of Almond Frost #A48976

Tints of Almond Frost #A48976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 39.14%
G = 32.7%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A48976 (or 0xA48976) is known color: Almond Frost. HEX triplet: A4, 89 and 76. RGB value is (164,137,118). Sum of RGB (Red+Green+Blue) = 164+137+118=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A48976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48976 is #5B7689. Grayscale: #8F8F8F. Windows color (decimal): -5994122 or 7768484. OLE color: 7768484.

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

Color convert

RGB 164 137 118 -
CMYK 0 0.16 0.28 0.36
HSL 24.78º 0.2% 0.55% -
HSV(B) 24.78º 0.28% 0.64% -
XYZ 27.53 27.09 20.92 -
YUV 142.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 164 137 118 0 0.16 0.28 0.36 24.78 0.2 0.55
Hex A4 89 76 0 10 1C 24 19 14 37
Octal 244 211 166 0 20 34 44 31 24 67
Binary 10100100 10001001 1110110 0 10000 11100 100100 11001 10100 110111

Color Harmonies of #A48976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48976

Black with #A48976

Text Example


Text Example

White with #A48976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48976; }

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

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

background-color css

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

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

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

border-color css

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

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

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