Html Css Color HEX #A08596 Bouquet

📋 copy color: '#A08596'

red 160 ◦ green 133 ◦ blue 150

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

Shades of Bouquet #A08596

Tints of Bouquet #A08596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 36.12%
G = 30.02%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A08596 (or 0xA08596) is known color: Bouquet. HEX triplet: A0, 85 and 96. RGB value is (160,133,150). Sum of RGB (Red+Green+Blue) = 160+133+150=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A08596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08596 is #5F7A69. Grayscale: #8E8E8E. Windows color (decimal): -6257258 or 9864608. OLE color: 9864608.

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

Color convert

RGB 160 133 150 -
CMYK 0 0.17 0.06 0.37
HSL 322.22º 0.12% 0.57% -
HSV(B) 322.22º 0.17% 0.63% -
XYZ 28.39 26.45 32.46 -
YUV 143.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 160 133 150 0 0.17 0.06 0.37 322.22 0.12 0.57
Hex A0 85 96 0 11 6 25 142 C 39
Octal 240 205 226 0 21 6 45 502 14 71
Binary 10100000 10000101 10010110 0 10001 110 100101 101000010 1100 111001

Color Harmonies of #A08596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08596

Black with #A08596

Text Example


Text Example

White with #A08596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08596; }

 p { color: rgb(160,133,150); }

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

background-color css

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

 a { background-color: rgb(160,133,150); }

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

border-color css

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

 span { border-color: rgb(160,133,150); }

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