Html Css Color HEX #A5889B Bouquet

📋 copy color: '#A5889B'

red 165 ◦ green 136 ◦ blue 155

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

Shades of Bouquet #A5889B

Tints of Bouquet #A5889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.82%

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

R = 36.18%
G = 29.82%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5889B (or 0xA5889B) is known color: Bouquet. HEX triplet: A5, 88 and 9B. RGB value is (165,136,155). Sum of RGB (Red+Green+Blue) = 165+136+155=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A5889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5889B is #5A7764. Grayscale: #929292. Windows color (decimal): -5928805 or 10193061. OLE color: 10193061.

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

Color convert

RGB 165 136 155 -
CMYK 0 0.18 0.06 0.35
HSL 320.69º 0.14% 0.59% -
HSV(B) 320.69º 0.18% 0.65% -
XYZ 30.24 27.97 34.82 -
YUV 146.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 165 136 155 0 0.18 0.06 0.35 320.69 0.14 0.59
Hex A5 88 9B 0 12 6 23 141 E 3B
Octal 245 210 233 0 22 6 43 501 16 73
Binary 10100101 10001000 10011011 0 10010 110 100011 101000001 1110 111011

Color Harmonies of #A5889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5889B

Black with #A5889B

Text Example


Text Example

White with #A5889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5889B; }

 p { color: rgb(165,136,155); }

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

background-color css

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

 a { background-color: rgb(165,136,155); }

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

border-color css

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

 span { border-color: rgb(165,136,155); }

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