Html Css Color HEX #A08498 Bouquet

📋 copy color: '#A08498'

red 160 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #A08498

Tints of Bouquet #A08498

RGB

 RED value IS 160 (62.89% from 255) = 36.04%

 GREEN value IS 132 (51.95% from 255) = 29.73%

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

R = 36.04%
G = 29.73%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A08498 (or 0xA08498) is known color: Bouquet. HEX triplet: A0, 84 and 98. RGB value is (160,132,152). Sum of RGB (Red+Green+Blue) = 160+132+152=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A08498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08498 is #5F7B67. Grayscale: #8E8E8E. Windows color (decimal): -6257512 or 9995424. OLE color: 9995424.

HSL color Cylindrical-coordinate representation of color #A08498: hue angle of 317.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08498 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 152 -
CMYK 0 0.17 0.05 0.37
HSL 317.14º 0.13% 0.57% -
HSV(B) 317.14º 0.18% 0.63% -
XYZ 28.42 26.24 33.27 -
YUV 142.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 160 132 152 0 0.17 0.05 0.37 317.14 0.13 0.57
Hex A0 84 98 0 11 5 25 13D D 39
Octal 240 204 230 0 21 5 45 475 15 71
Binary 10100000 10000100 10011000 0 10001 101 100101 100111101 1101 111001

Color Harmonies of #A08498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08498

Black with #A08498

Text Example


Text Example

White with #A08498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08498; }

 p { color: rgb(160,132,152); }

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

background-color css

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

 a { background-color: rgb(160,132,152); }

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

border-color css

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

 span { border-color: rgb(160,132,152); }

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