Html Css Color HEX #A18D7F Almond Frost

📋 copy color: '#A18D7F'

red 161 ◦ green 141 ◦ blue 127

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

Shades of Almond Frost #A18D7F

Tints of Almond Frost #A18D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 37.53%
G = 32.87%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A18D7F (or 0xA18D7F) is known color: Almond Frost. HEX triplet: A1, 8D and 7F. RGB value is (161,141,127). Sum of RGB (Red+Green+Blue) = 161+141+127=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D7F is #5E7280. Grayscale: #919191. Windows color (decimal): -6189697 or 8359329. OLE color: 8359329.

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

Color convert

RGB 161 141 127 -
CMYK 0 0.12 0.21 0.37
HSL 24.71º 0.15% 0.56% -
HSV(B) 24.71º 0.21% 0.63% -
XYZ 28.05 28.16 24.04 -
YUV 145.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 161 141 127 0 0.12 0.21 0.37 24.71 0.15 0.56
Hex A1 8D 7F 0 C 15 25 19 F 38
Octal 241 215 177 0 14 25 45 31 17 70
Binary 10100001 10001101 1111111 0 1100 10101 100101 11001 1111 111000

Color Harmonies of #A18D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D7F

Black with #A18D7F

Text Example


Text Example

White with #A18D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D7F; }

 p { color: rgb(161,141,127); }

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

background-color css

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

 a { background-color: rgb(161,141,127); }

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

border-color css

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

 span { border-color: rgb(161,141,127); }

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