Html Css Color HEX #A58B98 Bouquet

📋 copy color: '#A58B98'

red 165 ◦ green 139 ◦ blue 152

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

Shades of Bouquet #A58B98

Tints of Bouquet #A58B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 36.18%
G = 30.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A58B98 (or 0xA58B98) is known color: Bouquet. HEX triplet: A5, 8B and 98. RGB value is (165,139,152). Sum of RGB (Red+Green+Blue) = 165+139+152=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58B98 is #5A7467. Grayscale: #949494. Windows color (decimal): -5928040 or 9997221. OLE color: 9997221.

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

Color convert

RGB 165 139 152 -
CMYK 0 0.16 0.08 0.35
HSL 330º 0.13% 0.6% -
HSV(B) 330º 0.16% 0.65% -
XYZ 30.42 28.73 33.65 -
YUV 148.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 165 139 152 0 0.16 0.08 0.35 330 0.13 0.6
Hex A5 8B 98 0 10 8 23 14A D 3C
Octal 245 213 230 0 20 10 43 512 15 74
Binary 10100101 10001011 10011000 0 10000 1000 100011 101001010 1101 111100

Color Harmonies of #A58B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B98

Black with #A58B98

Text Example


Text Example

White with #A58B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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