Html Css Color HEX #A18978 Almond Frost

📋 copy color: '#A18978'

red 161 ◦ green 137 ◦ blue 120

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

Shades of Almond Frost #A18978

Tints of Almond Frost #A18978

RGB

 RED value IS 161 (63.28% from 255) = 38.52%

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

 BLUE value IS 120 (47.27% from 255) = 28.71%

R = 38.52%
G = 32.78%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A18978 (or 0xA18978) is known color: Almond Frost. HEX triplet: A1, 89 and 78. RGB value is (161,137,120). Sum of RGB (Red+Green+Blue) = 161+137+120=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A18978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18978 is #5E7687. Grayscale: #8E8E8E. Windows color (decimal): -6190728 or 7899553. OLE color: 7899553.

HSL color Cylindrical-coordinate representation of color #A18978: hue angle of 24.88º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A18978 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 137 120 -
CMYK 0 0.15 0.25 0.37
HSL 24.88º 0.18% 0.55% -
HSV(B) 24.88º 0.25% 0.63% -
XYZ 27.03 26.82 21.52 -
YUV 142.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 161 137 120 0 0.15 0.25 0.37 24.88 0.18 0.55
Hex A1 89 78 0 F 19 25 19 12 37
Octal 241 211 170 0 17 31 45 31 22 67
Binary 10100001 10001001 1111000 0 1111 11001 100101 11001 10010 110111

Color Harmonies of #A18978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18978

Black with #A18978

Text Example


Text Example

White with #A18978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18978; }

 p { color: rgb(161,137,120); }

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

background-color css

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

 a { background-color: rgb(161,137,120); }

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

border-color css

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

 span { border-color: rgb(161,137,120); }

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