Html Css Color HEX #A5909E Bouquet

📋 copy color: '#A5909E'

red 165 ◦ green 144 ◦ blue 158

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

Shades of Bouquet #A5909E

Tints of Bouquet #A5909E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

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

R = 35.33%
G = 30.84%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5909E (or 0xA5909E) is known color: Bouquet. HEX triplet: A5, 90 and 9E. RGB value is (165,144,158). Sum of RGB (Red+Green+Blue) = 165+144+158=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A5909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5909E is #5A6F61. Grayscale: #979797. Windows color (decimal): -5926754 or 10391717. OLE color: 10391717.

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

Color convert

RGB 165 144 158 -
CMYK 0 0.13 0.04 0.35
HSL 320º 0.1% 0.61% -
HSV(B) 320º 0.13% 0.65% -
XYZ 31.66 30.41 36.55 -
YUV 151.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 165 144 158 0 0.13 0.04 0.35 320 0.1 0.61
Hex A5 90 9E 0 D 4 23 140 A 3D
Octal 245 220 236 0 15 4 43 500 12 75
Binary 10100101 10010000 10011110 0 1101 100 100011 101000000 1010 111101

Color Harmonies of #A5909E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5909E

Black with #A5909E

Text Example


Text Example

White with #A5909E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5909E; }

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

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

background-color css

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

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

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

border-color css

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

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

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