Html Css Color HEX #A08593 Bouquet

📋 copy color: '#A08593'

red 160 ◦ green 133 ◦ blue 147

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

Shades of Bouquet #A08593

Tints of Bouquet #A08593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 36.36%
G = 30.23%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A08593 (or 0xA08593) is known color: Bouquet. HEX triplet: A0, 85 and 93. RGB value is (160,133,147). Sum of RGB (Red+Green+Blue) = 160+133+147=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A08593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08593 is #5F7A6C. Grayscale: #8E8E8E. Windows color (decimal): -6257261 or 9668000. OLE color: 9668000.

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

Color convert

RGB 160 133 147 -
CMYK 0 0.17 0.08 0.37
HSL 328.89º 0.12% 0.57% -
HSV(B) 328.89º 0.17% 0.63% -
XYZ 28.15 26.36 31.21 -
YUV 142.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 160 133 147 0 0.17 0.08 0.37 328.89 0.12 0.57
Hex A0 85 93 0 11 8 25 149 C 39
Octal 240 205 223 0 21 10 45 511 14 71
Binary 10100000 10000101 10010011 0 10001 1000 100101 101001001 1100 111001

Color Harmonies of #A08593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08593

Black with #A08593

Text Example


Text Example

White with #A08593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08593; }

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

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

background-color css

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

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

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

border-color css

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

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

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