Html Css Color HEX #A18A98 Bouquet

📋 copy color: '#A18A98'

red 161 ◦ green 138 ◦ blue 152

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

Shades of Bouquet #A18A98

Tints of Bouquet #A18A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.6%

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

R = 35.7%
G = 30.6%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A18A98 (or 0xA18A98) is known color: Bouquet. HEX triplet: A1, 8A and 98. RGB value is (161,138,152). Sum of RGB (Red+Green+Blue) = 161+138+152=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A98 is #5E7567. Grayscale: #929292. Windows color (decimal): -6190440 or 9996961. OLE color: 9996961.

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

Color convert

RGB 161 138 152 -
CMYK 0 0.14 0.06 0.37
HSL 323.48º 0.11% 0.59% -
HSV(B) 323.48º 0.14% 0.63% -
XYZ 29.45 28.02 33.56 -
YUV 146.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 161 138 152 0 0.14 0.06 0.37 323.48 0.11 0.59
Hex A1 8A 98 0 E 6 25 143 B 3B
Octal 241 212 230 0 16 6 45 503 13 73
Binary 10100001 10001010 10011000 0 1110 110 100101 101000011 1011 111011

Color Harmonies of #A18A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A98

Black with #A18A98

Text Example


Text Example

White with #A18A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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