Html Css Color HEX #A08999 Bouquet

📋 copy color: '#A08999'

red 160 ◦ green 137 ◦ blue 153

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

Shades of Bouquet #A08999

Tints of Bouquet #A08999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.44%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 35.56%
G = 30.44%
B = 34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A08999 (or 0xA08999) is known color: Bouquet. HEX triplet: A0, 89 and 99. RGB value is (160,137,153). Sum of RGB (Red+Green+Blue) = 160+137+153=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A08999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08999 is #5F7666. Grayscale: #919191. Windows color (decimal): -6256231 or 10062240. OLE color: 10062240.

HSL color Cylindrical-coordinate representation of color #A08999: hue angle of 318.26º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08999 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 153 -
CMYK 0 0.14 0.04 0.37
HSL 318.26º 0.11% 0.58% -
HSV(B) 318.26º 0.14% 0.63% -
XYZ 29.19 27.66 33.94 -
YUV 145.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 160 137 153 0 0.14 0.04 0.37 318.26 0.11 0.58
Hex A0 89 99 0 E 4 25 13E B 3A
Octal 240 211 231 0 16 4 45 476 13 72
Binary 10100000 10001001 10011001 0 1110 100 100101 100111110 1011 111010

Color Harmonies of #A08999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08999

Black with #A08999

Text Example


Text Example

White with #A08999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08999; }

 p { color: rgb(160,137,153); }

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

background-color css

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

 a { background-color: rgb(160,137,153); }

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

border-color css

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

 span { border-color: rgb(160,137,153); }

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