Html Css Color HEX #A18C7F Almond Frost

📋 copy color: '#A18C7F'

red 161 ◦ green 140 ◦ blue 127

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

Shades of Almond Frost #A18C7F

Tints of Almond Frost #A18C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

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

R = 37.62%
G = 32.71%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A18C7F (or 0xA18C7F) is known color: Almond Frost. HEX triplet: A1, 8C and 7F. RGB value is (161,140,127). Sum of RGB (Red+Green+Blue) = 161+140+127=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C7F is #5E7380. Grayscale: #909090. Windows color (decimal): -6189953 or 8359073. OLE color: 8359073.

HSL color Cylindrical-coordinate representation of color #A18C7F: hue angle of 22.94º 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 #A18C7F is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 127 -
CMYK 0 0.13 0.21 0.37
HSL 22.94º 0.15% 0.56% -
HSV(B) 22.94º 0.21% 0.63% -
XYZ 27.91 27.87 23.99 -
YUV 144.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 161 140 127 0 0.13 0.21 0.37 22.94 0.15 0.56
Hex A1 8C 7F 0 D 15 25 17 F 38
Octal 241 214 177 0 15 25 45 27 17 70
Binary 10100001 10001100 1111111 0 1101 10101 100101 10111 1111 111000

Color Harmonies of #A18C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C7F

Black with #A18C7F

Text Example


Text Example

White with #A18C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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