Html Css Color HEX #A18C98 Bouquet

📋 copy color: '#A18C98'

red 161 ◦ green 140 ◦ blue 152

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

Shades of Bouquet #A18C98

Tints of Bouquet #A18C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 35.54%
G = 30.91%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A18C98 (or 0xA18C98) is known color: Bouquet. HEX triplet: A1, 8C and 98. RGB value is (161,140,152). Sum of RGB (Red+Green+Blue) = 161+140+152=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18C98 is #5E7367. Grayscale: #939393. Windows color (decimal): -6189928 or 9997473. OLE color: 9997473.

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

Color convert

RGB 161 140 152 -
CMYK 0 0.13 0.06 0.37
HSL 325.71º 0.1% 0.59% -
HSV(B) 325.71º 0.13% 0.63% -
XYZ 29.74 28.6 33.66 -
YUV 147.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 161 140 152 0 0.13 0.06 0.37 325.71 0.1 0.59
Hex A1 8C 98 0 D 6 25 146 A 3B
Octal 241 214 230 0 15 6 45 506 12 73
Binary 10100001 10001100 10011000 0 1101 110 100101 101000110 1010 111011

Color Harmonies of #A18C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C98

Black with #A18C98

Text Example


Text Example

White with #A18C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C98; }

 p { color: rgb(161,140,152); }

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

background-color css

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

 a { background-color: rgb(161,140,152); }

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

border-color css

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

 span { border-color: rgb(161,140,152); }

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