Html Css Color HEX #A5909D Bouquet

📋 copy color: '#A5909D'

red 165 ◦ green 144 ◦ blue 157

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

Shades of Bouquet #A5909D

Tints of Bouquet #A5909D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 35.41%
G = 30.9%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5909D (or 0xA5909D) is known color: Bouquet. HEX triplet: A5, 90 and 9D. RGB value is (165,144,157). Sum of RGB (Red+Green+Blue) = 165+144+157=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 165 - color contains mainly: red. Hex color #A5909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5909D is #5A6F62. Grayscale: #979797. Windows color (decimal): -5926755 or 10326181. OLE color: 10326181.

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

Color convert

RGB 165 144 157 -
CMYK 0 0.13 0.05 0.35
HSL 322.86º 0.1% 0.61% -
HSV(B) 322.86º 0.13% 0.65% -
XYZ 31.58 30.38 36.1 -
YUV 151.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 165 144 157 0 0.13 0.05 0.35 322.86 0.1 0.61
Hex A5 90 9D 0 D 5 23 143 A 3D
Octal 245 220 235 0 15 5 43 503 12 75
Binary 10100101 10010000 10011101 0 1101 101 100011 101000011 1010 111101

Color Harmonies of #A5909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5909D

Black with #A5909D

Text Example


Text Example

White with #A5909D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5909D; }

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

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

background-color css

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

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

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

border-color css

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

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

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