Html Css Color HEX #A4899F Bouquet

📋 copy color: '#A4899F'

red 164 ◦ green 137 ◦ blue 159

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

Shades of Bouquet #A4899F

Tints of Bouquet #A4899F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 35.65%
G = 29.78%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4899F (or 0xA4899F) is known color: Bouquet. HEX triplet: A4, 89 and 9F. RGB value is (164,137,159). Sum of RGB (Red+Green+Blue) = 164+137+159=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 164 - color contains mainly: red. Hex color #A4899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4899F is #5B7660. Grayscale: #939393. Windows color (decimal): -5994081 or 10455460. OLE color: 10455460.

HSL color Cylindrical-coordinate representation of color #A4899F: hue angle of 311.11º 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 #A4899F is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 159 -
CMYK 0 0.16 0.03 0.36
HSL 311.11º 0.13% 0.59% -
HSV(B) 311.11º 0.16% 0.64% -
XYZ 30.51 28.29 36.65 -
YUV 147.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 164 137 159 0 0.16 0.03 0.36 311.11 0.13 0.59
Hex A4 89 9F 0 10 3 24 137 D 3B
Octal 244 211 237 0 20 3 44 467 15 73
Binary 10100100 10001001 10011111 0 10000 11 100100 100110111 1101 111011

Color Harmonies of #A4899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4899F

Black with #A4899F

Text Example


Text Example

White with #A4899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4899F; }

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

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

background-color css

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

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

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

border-color css

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

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

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