Html Css Color HEX #A18474 Almond Frost

📋 copy color: '#A18474'

red 161 ◦ green 132 ◦ blue 116

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

Shades of Almond Frost #A18474

Tints of Almond Frost #A18474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.36%

R = 39.36%
G = 32.27%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A18474 (or 0xA18474) is known color: Almond Frost. HEX triplet: A1, 84 and 74. RGB value is (161,132,116). Sum of RGB (Red+Green+Blue) = 161+132+116=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A18474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18474 is #5E7B8B. Grayscale: #8A8A8A. Windows color (decimal): -6192012 or 7636129. OLE color: 7636129.

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

Color convert

RGB 161 132 116 -
CMYK 0 0.18 0.28 0.37
HSL 21.33º 0.19% 0.54% -
HSV(B) 21.33º 0.28% 0.63% -
XYZ 26.1 25.34 20.04 -
YUV 138.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 161 132 116 0 0.18 0.28 0.37 21.33 0.19 0.54
Hex A1 84 74 0 12 1C 25 15 13 36
Octal 241 204 164 0 22 34 45 25 23 66
Binary 10100001 10000100 1110100 0 10010 11100 100101 10101 10011 110110

Color Harmonies of #A18474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18474

Black with #A18474

Text Example


Text Example

White with #A18474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18474; }

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

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

background-color css

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

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

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

border-color css

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

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

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