Html Css Color HEX #A58B99 Bouquet

📋 copy color: '#A58B99'

red 165 ◦ green 139 ◦ blue 153

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

Shades of Bouquet #A58B99

Tints of Bouquet #A58B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.42%

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

R = 36.11%
G = 30.42%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A58B99 (or 0xA58B99) is known color: Bouquet. HEX triplet: A5, 8B and 99. RGB value is (165,139,153). Sum of RGB (Red+Green+Blue) = 165+139+153=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58B99 is #5A7466. Grayscale: #949494. Windows color (decimal): -5928039 or 10062757. OLE color: 10062757.

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

Color convert

RGB 165 139 153 -
CMYK 0 0.16 0.07 0.35
HSL 327.69º 0.13% 0.6% -
HSV(B) 327.69º 0.16% 0.65% -
XYZ 30.5 28.76 34.08 -
YUV 148.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 165 139 153 0 0.16 0.07 0.35 327.69 0.13 0.6
Hex A5 8B 99 0 10 7 23 148 D 3C
Octal 245 213 231 0 20 7 43 510 15 74
Binary 10100101 10001011 10011001 0 10000 111 100011 101001000 1101 111100

Color Harmonies of #A58B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B99

Black with #A58B99

Text Example


Text Example

White with #A58B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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