Html Css Color HEX #A18492 Bouquet

📋 copy color: '#A18492'

red 161 ◦ green 132 ◦ blue 146

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

Shades of Bouquet #A18492

Tints of Bouquet #A18492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 36.67%
G = 30.07%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A18492 (or 0xA18492) is known color: Bouquet. HEX triplet: A1, 84 and 92. RGB value is (161,132,146). Sum of RGB (Red+Green+Blue) = 161+132+146=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A18492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18492 is #5E7B6D. Grayscale: #8E8E8E. Windows color (decimal): -6191982 or 9602209. OLE color: 9602209.

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

Color convert

RGB 161 132 146 -
CMYK 0 0.18 0.09 0.37
HSL 331.03º 0.13% 0.57% -
HSV(B) 331.03º 0.18% 0.63% -
XYZ 28.14 26.15 30.76 -
YUV 142.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 161 132 146 0 0.18 0.09 0.37 331.03 0.13 0.57
Hex A1 84 92 0 12 9 25 14B D 39
Octal 241 204 222 0 22 11 45 513 15 71
Binary 10100001 10000100 10010010 0 10010 1001 100101 101001011 1101 111001

Color Harmonies of #A18492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18492

Black with #A18492

Text Example


Text Example

White with #A18492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18492; }

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

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

background-color css

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

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

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

border-color css

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

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

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