Html Css Color HEX #A18491 Bouquet

📋 copy color: '#A18491'

red 161 ◦ green 132 ◦ blue 145

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

Shades of Bouquet #A18491

Tints of Bouquet #A18491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

 BLUE value IS 145 (57.03% from 255) = 33.11%

R = 36.76%
G = 30.14%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A18491 (or 0xA18491) is known color: Bouquet. HEX triplet: A1, 84 and 91. RGB value is (161,132,145). Sum of RGB (Red+Green+Blue) = 161+132+145=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A18491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18491 is #5E7B6E. Grayscale: #8E8E8E. Windows color (decimal): -6191983 or 9536673. OLE color: 9536673.

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

Color convert

RGB 161 132 145 -
CMYK 0 0.18 0.10 0.37
HSL 333.1º 0.13% 0.57% -
HSV(B) 333.1º 0.18% 0.63% -
XYZ 28.06 26.12 30.35 -
YUV 142.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 161 132 145 0 0.18 0.10 0.37 333.1 0.13 0.57
Hex A1 84 91 0 12 A 25 14D D 39
Octal 241 204 221 0 22 12 45 515 15 71
Binary 10100001 10000100 10010001 0 10010 1010 100101 101001101 1101 111001

Color Harmonies of #A18491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18491

Black with #A18491

Text Example


Text Example

White with #A18491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18491; }

 p { color: rgb(161,132,145); }

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

background-color css

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

 a { background-color: rgb(161,132,145); }

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

border-color css

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

 span { border-color: rgb(161,132,145); }

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