Html Css Color HEX #A08594 Bouquet

📋 copy color: '#A08594'

red 160 ◦ green 133 ◦ blue 148

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

Shades of Bouquet #A08594

Tints of Bouquet #A08594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.56%

R = 36.28%
G = 30.16%
B = 33.56%

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

#A08594 (or 0xA08594) is known color: Bouquet. HEX triplet: A0, 85 and 94. RGB value is (160,133,148). Sum of RGB (Red+Green+Blue) = 160+133+148=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A08594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08594 is #5F7A6B. Grayscale: #8E8E8E. Windows color (decimal): -6257260 or 9733536. OLE color: 9733536.

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

Color convert

RGB 160 133 148 -
CMYK 0 0.17 0.07 0.37
HSL 326.67º 0.12% 0.57% -
HSV(B) 326.67º 0.17% 0.63% -
XYZ 28.23 26.39 31.62 -
YUV 142.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 160 133 148 0 0.17 0.07 0.37 326.67 0.12 0.57
Hex A0 85 94 0 11 7 25 147 C 39
Octal 240 205 224 0 21 7 45 507 14 71
Binary 10100000 10000101 10010100 0 10001 111 100101 101000111 1100 111001

Color Harmonies of #A08594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08594

Black with #A08594

Text Example


Text Example

White with #A08594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08594; }

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

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

background-color css

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

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

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

border-color css

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

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

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