Html Css Color HEX #A18C97 Bouquet

📋 copy color: '#A18C97'

red 161 ◦ green 140 ◦ blue 151

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

Shades of Bouquet #A18C97

Tints of Bouquet #A18C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.41%

R = 35.62%
G = 30.97%
B = 33.41%

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

#A18C97 (or 0xA18C97) is known color: Bouquet. HEX triplet: A1, 8C and 97. RGB value is (161,140,151). Sum of RGB (Red+Green+Blue) = 161+140+151=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18C97 is #5E7368. Grayscale: #939393. Windows color (decimal): -6189929 or 9931937. OLE color: 9931937.

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

Color convert

RGB 161 140 151 -
CMYK 0 0.13 0.06 0.37
HSL 328.57º 0.1% 0.59% -
HSV(B) 328.57º 0.13% 0.63% -
XYZ 29.66 28.57 33.23 -
YUV 147.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 161 140 151 0 0.13 0.06 0.37 328.57 0.1 0.59
Hex A1 8C 97 0 D 6 25 149 A 3B
Octal 241 214 227 0 15 6 45 511 12 73
Binary 10100001 10001100 10010111 0 1101 110 100101 101001001 1010 111011

Color Harmonies of #A18C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C97

Black with #A18C97

Text Example


Text Example

White with #A18C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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