Html Css Color HEX #A5889C Bouquet

📋 copy color: '#A5889C'

red 165 ◦ green 136 ◦ blue 156

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

Shades of Bouquet #A5889C

Tints of Bouquet #A5889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 36.11%
G = 29.76%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5889C (or 0xA5889C) is known color: Bouquet. HEX triplet: A5, 88 and 9C. RGB value is (165,136,156). Sum of RGB (Red+Green+Blue) = 165+136+156=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 165 - color contains mainly: red. Hex color #A5889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5889C is #5A7763. Grayscale: #929292. Windows color (decimal): -5928804 or 10258597. OLE color: 10258597.

HSL color Cylindrical-coordinate representation of color #A5889C: hue angle of 318.62º 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 #A5889C is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 156 -
CMYK 0 0.18 0.05 0.35
HSL 318.62º 0.14% 0.59% -
HSV(B) 318.62º 0.18% 0.65% -
XYZ 30.32 28.01 35.26 -
YUV 146.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 165 136 156 0 0.18 0.05 0.35 318.62 0.14 0.59
Hex A5 88 9C 0 12 5 23 13F E 3B
Octal 245 210 234 0 22 5 43 477 16 73
Binary 10100101 10001000 10011100 0 10010 101 100011 100111111 1110 111011

Color Harmonies of #A5889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5889C

Black with #A5889C

Text Example


Text Example

White with #A5889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5889C; }

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

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

background-color css

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

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

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

border-color css

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

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

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