Html Css Color HEX #A18894 Bouquet

📋 copy color: '#A18894'

red 161 ◦ green 136 ◦ blue 148

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

Shades of Bouquet #A18894

Tints of Bouquet #A18894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 36.18%
G = 30.56%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A18894 (or 0xA18894) is known color: Bouquet. HEX triplet: A1, 88 and 94. RGB value is (161,136,148). Sum of RGB (Red+Green+Blue) = 161+136+148=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A18894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18894 is #5E776B. Grayscale: #909090. Windows color (decimal): -6190956 or 9734305. OLE color: 9734305.

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

Color convert

RGB 161 136 148 -
CMYK 0 0.16 0.08 0.37
HSL 331.2º 0.12% 0.58% -
HSV(B) 331.2º 0.16% 0.63% -
XYZ 28.85 27.32 31.77 -
YUV 144.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 161 136 148 0 0.16 0.08 0.37 331.2 0.12 0.58
Hex A1 88 94 0 10 8 25 14B C 3A
Octal 241 210 224 0 20 10 45 513 14 72
Binary 10100001 10001000 10010100 0 10000 1000 100101 101001011 1100 111010

Color Harmonies of #A18894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18894

Black with #A18894

Text Example


Text Example

White with #A18894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18894; }

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

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

background-color css

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

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

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

border-color css

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

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

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