Html Css Color HEX #A18896 Bouquet

📋 copy color: '#A18896'

red 161 ◦ green 136 ◦ blue 150

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

Shades of Bouquet #A18896

Tints of Bouquet #A18896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.43%

 BLUE value IS 150 (58.98% from 255) = 33.56%

R = 36.02%
G = 30.43%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A18896 (or 0xA18896) is known color: Bouquet. HEX triplet: A1, 88 and 96. RGB value is (161,136,150). Sum of RGB (Red+Green+Blue) = 161+136+150=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A18896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18896 is #5E7769. Grayscale: #919191. Windows color (decimal): -6190954 or 9865377. OLE color: 9865377.

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

Color convert

RGB 161 136 150 -
CMYK 0 0.16 0.07 0.37
HSL 326.4º 0.12% 0.58% -
HSV(B) 326.4º 0.16% 0.63% -
XYZ 29.01 27.39 32.61 -
YUV 145.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 161 136 150 0 0.16 0.07 0.37 326.4 0.12 0.58
Hex A1 88 96 0 10 7 25 146 C 3A
Octal 241 210 226 0 20 7 45 506 14 72
Binary 10100001 10001000 10010110 0 10000 111 100101 101000110 1100 111010

Color Harmonies of #A18896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18896

Black with #A18896

Text Example


Text Example

White with #A18896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18896; }

 p { color: rgb(161,136,150); }

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

background-color css

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

 a { background-color: rgb(161,136,150); }

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

border-color css

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

 span { border-color: rgb(161,136,150); }

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