Html Css Color HEX #A08495 Bouquet

📋 copy color: '#A08495'

red 160 ◦ green 132 ◦ blue 149

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

Shades of Bouquet #A08495

Tints of Bouquet #A08495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 36.28%
G = 29.93%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A08495 (or 0xA08495) is known color: Bouquet. HEX triplet: A0, 84 and 95. RGB value is (160,132,149). Sum of RGB (Red+Green+Blue) = 160+132+149=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A08495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08495 is #5F7B6A. Grayscale: #8E8E8E. Windows color (decimal): -6257515 or 9798816. OLE color: 9798816.

HSL color Cylindrical-coordinate representation of color #A08495: hue angle of 323.57º 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 #A08495 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 149 -
CMYK 0 0.17 0.07 0.37
HSL 323.57º 0.13% 0.57% -
HSV(B) 323.57º 0.18% 0.63% -
XYZ 28.17 26.15 32 -
YUV 142.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 160 132 149 0 0.17 0.07 0.37 323.57 0.13 0.57
Hex A0 84 95 0 11 7 25 144 D 39
Octal 240 204 225 0 21 7 45 504 15 71
Binary 10100000 10000100 10010101 0 10001 111 100101 101000100 1101 111001

Color Harmonies of #A08495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08495

Black with #A08495

Text Example


Text Example

White with #A08495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08495; }

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

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

background-color css

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

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

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

border-color css

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

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

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