Html Css Color HEX #A5899A Bouquet

📋 copy color: '#A5899A'

red 165 ◦ green 137 ◦ blue 154

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

Shades of Bouquet #A5899A

Tints of Bouquet #A5899A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.77%

R = 36.18%
G = 30.04%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5899A (or 0xA5899A) is known color: Bouquet. HEX triplet: A5, 89 and 9A. RGB value is (165,137,154). Sum of RGB (Red+Green+Blue) = 165+137+154=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A5899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5899A is #5A7665. Grayscale: #939393. Windows color (decimal): -5928550 or 10127781. OLE color: 10127781.

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

Color convert

RGB 165 137 154 -
CMYK 0 0.17 0.07 0.35
HSL 323.57º 0.13% 0.59% -
HSV(B) 323.57º 0.17% 0.65% -
XYZ 30.3 28.22 34.42 -
YUV 147.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 165 137 154 0 0.17 0.07 0.35 323.57 0.13 0.59
Hex A5 89 9A 0 11 7 23 144 D 3B
Octal 245 211 232 0 21 7 43 504 15 73
Binary 10100101 10001001 10011010 0 10001 111 100011 101000100 1101 111011

Color Harmonies of #A5899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5899A

Black with #A5899A

Text Example


Text Example

White with #A5899A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5899A; }

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

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

background-color css

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

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

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

border-color css

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

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

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