Html Css Color HEX #A18679 Almond Frost

📋 copy color: '#A18679'

red 161 ◦ green 134 ◦ blue 121

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

Shades of Almond Frost #A18679

Tints of Almond Frost #A18679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.21%

 BLUE value IS 121 (47.66% from 255) = 29.09%

R = 38.7%
G = 32.21%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A18679 (or 0xA18679) is known color: Almond Frost. HEX triplet: A1, 86 and 79. RGB value is (161,134,121). Sum of RGB (Red+Green+Blue) = 161+134+121=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A18679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18679 is #5E7986. Grayscale: #8C8C8C. Windows color (decimal): -6191495 or 7964321. OLE color: 7964321.

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

Color convert

RGB 161 134 121 -
CMYK 0 0.17 0.25 0.37
HSL 19.5º 0.18% 0.55% -
HSV(B) 19.5º 0.25% 0.63% -
XYZ 26.67 26.01 21.7 -
YUV 140.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 161 134 121 0 0.17 0.25 0.37 19.5 0.18 0.55
Hex A1 86 79 0 11 19 25 14 12 37
Octal 241 206 171 0 21 31 45 24 22 67
Binary 10100001 10000110 1111001 0 10001 11001 100101 10100 10010 110111

Color Harmonies of #A18679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18679

Black with #A18679

Text Example


Text Example

White with #A18679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18679; }

 p { color: rgb(161,134,121); }

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

background-color css

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

 a { background-color: rgb(161,134,121); }

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

border-color css

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

 span { border-color: rgb(161,134,121); }

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