Html Css Color HEX #A48877 Almond Frost

📋 copy color: '#A48877'

red 164 ◦ green 136 ◦ blue 119

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

Shades of Almond Frost #A48877

Tints of Almond Frost #A48877

RGB

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

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

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

R = 39.14%
G = 32.46%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48877 (or 0xA48877) is known color: Almond Frost. HEX triplet: A4, 88 and 77. RGB value is (164,136,119). Sum of RGB (Red+Green+Blue) = 164+136+119=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A48877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48877 is #5B7788. Grayscale: #8E8E8E. Windows color (decimal): -5994377 or 7833764. OLE color: 7833764.

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

Color convert

RGB 164 136 119 -
CMYK 0 0.17 0.27 0.36
HSL 22.67º 0.2% 0.55% -
HSV(B) 22.67º 0.27% 0.64% -
XYZ 27.44 26.83 21.19 -
YUV 142.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 164 136 119 0 0.17 0.27 0.36 22.67 0.2 0.55
Hex A4 88 77 0 11 1B 24 17 14 37
Octal 244 210 167 0 21 33 44 27 24 67
Binary 10100100 10001000 1110111 0 10001 11011 100100 10111 10100 110111

Color Harmonies of #A48877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48877

Black with #A48877

Text Example


Text Example

White with #A48877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48877; }

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

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

background-color css

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

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

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

border-color css

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

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

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