Html Css Color HEX #A18899 Bouquet

📋 copy color: '#A18899'

red 161 ◦ green 136 ◦ blue 153

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

Shades of Bouquet #A18899

Tints of Bouquet #A18899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34%

R = 35.78%
G = 30.22%
B = 34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A18899 (or 0xA18899) is known color: Bouquet. HEX triplet: A1, 88 and 99. RGB value is (161,136,153). Sum of RGB (Red+Green+Blue) = 161+136+153=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A18899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18899 is #5E7766. Grayscale: #919191. Windows color (decimal): -6190951 or 10061985. OLE color: 10061985.

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

Color convert

RGB 161 136 153 -
CMYK 0 0.16 0.05 0.37
HSL 319.2º 0.12% 0.58% -
HSV(B) 319.2º 0.16% 0.63% -
XYZ 29.25 27.49 33.9 -
YUV 145.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 161 136 153 0 0.16 0.05 0.37 319.2 0.12 0.58
Hex A1 88 99 0 10 5 25 13F C 3A
Octal 241 210 231 0 20 5 45 477 14 72
Binary 10100001 10001000 10011001 0 10000 101 100101 100111111 1100 111010

Color Harmonies of #A18899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18899

Black with #A18899

Text Example


Text Example

White with #A18899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18899; }

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

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

background-color css

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

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

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

border-color css

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

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

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