Html Css Color HEX #A4899B Bouquet

📋 copy color: '#A4899B'

red 164 ◦ green 137 ◦ blue 155

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

Shades of Bouquet #A4899B

Tints of Bouquet #A4899B

RGB

 RED value IS 164 (64.45% from 255) = 35.96%

 GREEN value IS 137 (53.91% from 255) = 30.04%

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 35.96%
G = 30.04%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4899B (or 0xA4899B) is known color: Bouquet. HEX triplet: A4, 89 and 9B. RGB value is (164,137,155). Sum of RGB (Red+Green+Blue) = 164+137+155=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A4899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4899B is #5B7664. Grayscale: #939393. Windows color (decimal): -5994085 or 10193316. OLE color: 10193316.

HSL color Cylindrical-coordinate representation of color #A4899B: hue angle of 320º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4899B is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 155 -
CMYK 0 0.16 0.05 0.36
HSL 320º 0.13% 0.59% -
HSV(B) 320º 0.16% 0.64% -
XYZ 30.17 28.15 34.85 -
YUV 147.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 164 137 155 0 0.16 0.05 0.36 320 0.13 0.59
Hex A4 89 9B 0 10 5 24 140 D 3B
Octal 244 211 233 0 20 5 44 500 15 73
Binary 10100100 10001001 10011011 0 10000 101 100100 101000000 1101 111011

Color Harmonies of #A4899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4899B

Black with #A4899B

Text Example


Text Example

White with #A4899B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4899B; }

 p { color: rgb(164,137,155); }

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

background-color css

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

 a { background-color: rgb(164,137,155); }

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

border-color css

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

 span { border-color: rgb(164,137,155); }

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