Html Css Color HEX #A5899E Bouquet

📋 copy color: '#A5899E'

red 165 ◦ green 137 ◦ blue 158

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

Shades of Bouquet #A5899E

Tints of Bouquet #A5899E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.35%

R = 35.87%
G = 29.78%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5899E (or 0xA5899E) is known color: Bouquet. HEX triplet: A5, 89 and 9E. RGB value is (165,137,158). Sum of RGB (Red+Green+Blue) = 165+137+158=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 165 - color contains mainly: red. Hex color #A5899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5899E is #5A7661. Grayscale: #939393. Windows color (decimal): -5928546 or 10389925. OLE color: 10389925.

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

Color convert

RGB 165 137 158 -
CMYK 0 0.17 0.04 0.35
HSL 315º 0.13% 0.59% -
HSV(B) 315º 0.17% 0.65% -
XYZ 30.63 28.36 36.21 -
YUV 147.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 165 137 158 0 0.17 0.04 0.35 315 0.13 0.59
Hex A5 89 9E 0 11 4 23 13B D 3B
Octal 245 211 236 0 21 4 43 473 15 73
Binary 10100101 10001001 10011110 0 10001 100 100011 100111011 1101 111011

Color Harmonies of #A5899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5899E

Black with #A5899E

Text Example


Text Example

White with #A5899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5899E; }

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

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

background-color css

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

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

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

border-color css

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

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

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