Html Css Color HEX #A5859B Bouquet

📋 copy color: '#A5859B'

red 165 ◦ green 133 ◦ blue 155

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

Shades of Bouquet #A5859B

Tints of Bouquet #A5859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.36%

 BLUE value IS 155 (60.94% from 255) = 34.22%

R = 36.42%
G = 29.36%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5859B (or 0xA5859B) is known color: Bouquet. HEX triplet: A5, 85 and 9B. RGB value is (165,133,155). Sum of RGB (Red+Green+Blue) = 165+133+155=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A5859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5859B is #5A7A64. Grayscale: #919191. Windows color (decimal): -5929573 or 10192293. OLE color: 10192293.

HSL color Cylindrical-coordinate representation of color #A5859B: hue angle of 318.75º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5859B is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 155 -
CMYK 0 0.19 0.06 0.35
HSL 318.75º 0.15% 0.58% -
HSV(B) 318.75º 0.19% 0.65% -
XYZ 29.82 27.14 34.68 -
YUV 145.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 165 133 155 0 0.19 0.06 0.35 318.75 0.15 0.58
Hex A5 85 9B 0 13 6 23 13F F 3A
Octal 245 205 233 0 23 6 43 477 17 72
Binary 10100101 10000101 10011011 0 10011 110 100011 100111111 1111 111010

Color Harmonies of #A5859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5859B

Black with #A5859B

Text Example


Text Example

White with #A5859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5859B; }

 p { color: rgb(165,133,155); }

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

background-color css

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

 a { background-color: rgb(165,133,155); }

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

border-color css

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

 span { border-color: rgb(165,133,155); }

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