Html Css Color HEX #A5899D Bouquet

📋 copy color: '#A5899D'

red 165 ◦ green 137 ◦ blue 157

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

Shades of Bouquet #A5899D

Tints of Bouquet #A5899D

RGB

 RED value IS 165 (64.84% from 255) = 35.95%

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

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 35.95%
G = 29.85%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5899D (or 0xA5899D) is known color: Bouquet. HEX triplet: A5, 89 and 9D. RGB value is (165,137,157). Sum of RGB (Red+Green+Blue) = 165+137+157=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A5899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5899D is #5A7662. Grayscale: #939393. Windows color (decimal): -5928547 or 10324389. OLE color: 10324389.

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

Color convert

RGB 165 137 157 -
CMYK 0 0.17 0.05 0.35
HSL 317.14º 0.13% 0.59% -
HSV(B) 317.14º 0.17% 0.65% -
XYZ 30.55 28.32 35.76 -
YUV 147.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 165 137 157 0 0.17 0.05 0.35 317.14 0.13 0.59
Hex A5 89 9D 0 11 5 23 13D D 3B
Octal 245 211 235 0 21 5 43 475 15 73
Binary 10100101 10001001 10011101 0 10001 101 100011 100111101 1101 111011

Color Harmonies of #A5899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5899D

Black with #A5899D

Text Example


Text Example

White with #A5899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5899D; }

 p { color: rgb(165,137,157); }

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

background-color css

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

 a { background-color: rgb(165,137,157); }

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

border-color css

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

 span { border-color: rgb(165,137,157); }

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