Html Css Color HEX #A18E7D Almond Frost

📋 copy color: '#A18E7D'

red 161 ◦ green 142 ◦ blue 125

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

Shades of Almond Frost #A18E7D

Tints of Almond Frost #A18E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.18%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 37.62%
G = 33.18%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A18E7D (or 0xA18E7D) is known color: Almond Frost. HEX triplet: A1, 8E and 7D. RGB value is (161,142,125). Sum of RGB (Red+Green+Blue) = 161+142+125=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E7D is #5E7182. Grayscale: #919191. Windows color (decimal): -6189443 or 8228513. OLE color: 8228513.

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

Color convert

RGB 161 142 125 -
CMYK 0 0.12 0.22 0.37
HSL 28.33º 0.16% 0.56% -
HSV(B) 28.33º 0.22% 0.63% -
XYZ 28.07 28.4 23.4 -
YUV 145.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 161 142 125 0 0.12 0.22 0.37 28.33 0.16 0.56
Hex A1 8E 7D 0 C 16 25 1C 10 38
Octal 241 216 175 0 14 26 45 34 20 70
Binary 10100001 10001110 1111101 0 1100 10110 100101 11100 10000 111000

Color Harmonies of #A18E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E7D

Black with #A18E7D

Text Example


Text Example

White with #A18E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E7D; }

 p { color: rgb(161,142,125); }

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

background-color css

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

 a { background-color: rgb(161,142,125); }

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

border-color css

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

 span { border-color: rgb(161,142,125); }

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