Html Css Color HEX #A18370 Almond Frost

📋 copy color: '#A18370'

red 161 ◦ green 131 ◦ blue 112

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

Shades of Almond Frost #A18370

Tints of Almond Frost #A18370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 39.85%
G = 32.43%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A18370 (or 0xA18370) is known color: Almond Frost. HEX triplet: A1, 83 and 70. RGB value is (161,131,112). Sum of RGB (Red+Green+Blue) = 161+131+112=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A18370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18370 is #5E7C8F. Grayscale: #898989. Windows color (decimal): -6192272 or 7373729. OLE color: 7373729.

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

Color convert

RGB 161 131 112 -
CMYK 0 0.19 0.30 0.37
HSL 23.27º 0.21% 0.54% -
HSV(B) 23.27º 0.3% 0.63% -
XYZ 25.74 24.98 18.79 -
YUV 137.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 161 131 112 0 0.19 0.30 0.37 23.27 0.21 0.54
Hex A1 83 70 0 13 1E 25 17 15 36
Octal 241 203 160 0 23 36 45 27 25 66
Binary 10100001 10000011 1110000 0 10011 11110 100101 10111 10101 110110

Color Harmonies of #A18370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18370

Black with #A18370

Text Example


Text Example

White with #A18370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18370; }

 p { color: rgb(161,131,112); }

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

background-color css

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

 a { background-color: rgb(161,131,112); }

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

border-color css

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

 span { border-color: rgb(161,131,112); }

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