Html Css Color HEX #A58099 Bouquet

📋 copy color: '#A58099'

red 165 ◦ green 128 ◦ blue 153

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

Shades of Bouquet #A58099

Tints of Bouquet #A58099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 37%
G = 28.7%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A58099 (or 0xA58099) is known color: Bouquet. HEX triplet: A5, 80 and 99. RGB value is (165,128,153). Sum of RGB (Red+Green+Blue) = 165+128+153=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 165 - color contains mainly: red. Hex color #A58099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58099 is #5A7F66. Grayscale: #8D8D8D. Windows color (decimal): -5930855 or 10059941. OLE color: 10059941.

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

Color convert

RGB 165 128 153 -
CMYK 0 0.22 0.07 0.35
HSL 319.46º 0.17% 0.57% -
HSV(B) 319.46º 0.22% 0.65% -
XYZ 28.99 25.74 33.58 -
YUV 141.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 165 128 153 0 0.22 0.07 0.35 319.46 0.17 0.57
Hex A5 80 99 0 16 7 23 13F 11 39
Octal 245 200 231 0 26 7 43 477 21 71
Binary 10100101 10000000 10011001 0 10110 111 100011 100111111 10001 111001

Color Harmonies of #A58099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58099

Black with #A58099

Text Example


Text Example

White with #A58099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58099; }

 p { color: rgb(165,128,153); }

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

background-color css

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

 a { background-color: rgb(165,128,153); }

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

border-color css

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

 span { border-color: rgb(165,128,153); }

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