Html Css Color HEX #A5859A Bouquet

📋 copy color: '#A5859A'

red 165 ◦ green 133 ◦ blue 154

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

Shades of Bouquet #A5859A

Tints of Bouquet #A5859A

RGB

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

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

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

R = 36.5%
G = 29.42%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5859A (or 0xA5859A) is known color: Bouquet. HEX triplet: A5, 85 and 9A. RGB value is (165,133,154). Sum of RGB (Red+Green+Blue) = 165+133+154=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A5859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5859A is #5A7A65. Grayscale: #909090. Windows color (decimal): -5929574 or 10126757. OLE color: 10126757.

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

Color convert

RGB 165 133 154 -
CMYK 0 0.19 0.07 0.35
HSL 320.63º 0.15% 0.58% -
HSV(B) 320.63º 0.19% 0.65% -
XYZ 29.74 27.11 34.24 -
YUV 144.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 165 133 154 0 0.19 0.07 0.35 320.63 0.15 0.58
Hex A5 85 9A 0 13 7 23 141 F 3A
Octal 245 205 232 0 23 7 43 501 17 72
Binary 10100101 10000101 10011010 0 10011 111 100011 101000001 1111 111010

Color Harmonies of #A5859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5859A

Black with #A5859A

Text Example


Text Example

White with #A5859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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