Html Css Color HEX #A18477 Almond Frost

📋 copy color: '#A18477'

red 161 ◦ green 132 ◦ blue 119

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

Shades of Almond Frost #A18477

Tints of Almond Frost #A18477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.04%

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

R = 39.08%
G = 32.04%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A18477 (or 0xA18477) is known color: Almond Frost. HEX triplet: A1, 84 and 77. RGB value is (161,132,119). Sum of RGB (Red+Green+Blue) = 161+132+119=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A18477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18477 is #5E7B88. Grayscale: #8B8B8B. Windows color (decimal): -6192009 or 7832737. OLE color: 7832737.

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

Color convert

RGB 161 132 119 -
CMYK 0 0.18 0.26 0.37
HSL 18.57º 0.18% 0.55% -
HSV(B) 18.57º 0.26% 0.63% -
XYZ 26.28 25.41 20.97 -
YUV 139.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 161 132 119 0 0.18 0.26 0.37 18.57 0.18 0.55
Hex A1 84 77 0 12 1A 25 13 12 37
Octal 241 204 167 0 22 32 45 23 22 67
Binary 10100001 10000100 1110111 0 10010 11010 100101 10011 10010 110111

Color Harmonies of #A18477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18477

Black with #A18477

Text Example


Text Example

White with #A18477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18477; }

 p { color: rgb(161,132,119); }

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

background-color css

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

 a { background-color: rgb(161,132,119); }

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

border-color css

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

 span { border-color: rgb(161,132,119); }

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