Html Css Color HEX #A48777 Almond Frost

📋 copy color: '#A48777'

red 164 ◦ green 135 ◦ blue 119

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

Shades of Almond Frost #A48777

Tints of Almond Frost #A48777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

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

R = 39.23%
G = 32.3%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48777 (or 0xA48777) is known color: Almond Frost. HEX triplet: A4, 87 and 77. RGB value is (164,135,119). Sum of RGB (Red+Green+Blue) = 164+135+119=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48777 is #5B7888. Grayscale: #8D8D8D. Windows color (decimal): -5994633 or 7833508. OLE color: 7833508.

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

Color convert

RGB 164 135 119 -
CMYK 0 0.18 0.27 0.36
HSL 21.33º 0.2% 0.55% -
HSV(B) 21.33º 0.27% 0.64% -
XYZ 27.3 26.55 21.14 -
YUV 141.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 164 135 119 0 0.18 0.27 0.36 21.33 0.2 0.55
Hex A4 87 77 0 12 1B 24 15 14 37
Octal 244 207 167 0 22 33 44 25 24 67
Binary 10100100 10000111 1110111 0 10010 11011 100100 10101 10100 110111

Color Harmonies of #A48777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48777

Black with #A48777

Text Example


Text Example

White with #A48777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48777; }

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

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

background-color css

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

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

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

border-color css

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

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

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