Html Css Color HEX #A5829A Bouquet

📋 copy color: '#A5829A'

red 165 ◦ green 130 ◦ blue 154

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

Shades of Bouquet #A5829A

Tints of Bouquet #A5829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

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

R = 36.75%
G = 28.95%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5829A (or 0xA5829A) is known color: Bouquet. HEX triplet: A5, 82 and 9A. RGB value is (165,130,154). Sum of RGB (Red+Green+Blue) = 165+130+154=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A5829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5829A is #5A7D65. Grayscale: #8F8F8F. Windows color (decimal): -5930342 or 10125989. OLE color: 10125989.

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

Color convert

RGB 165 130 154 -
CMYK 0 0.21 0.07 0.35
HSL 318.86º 0.16% 0.58% -
HSV(B) 318.86º 0.21% 0.65% -
XYZ 29.33 26.3 34.1 -
YUV 143.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 165 130 154 0 0.21 0.07 0.35 318.86 0.16 0.58
Hex A5 82 9A 0 15 7 23 13F 10 3A
Octal 245 202 232 0 25 7 43 477 20 72
Binary 10100101 10000010 10011010 0 10101 111 100011 100111111 10000 111010

Color Harmonies of #A5829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5829A

Black with #A5829A

Text Example


Text Example

White with #A5829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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