Html Css Color HEX #A08799 Bouquet

📋 copy color: '#A08799'

red 160 ◦ green 135 ◦ blue 153

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

Shades of Bouquet #A08799

Tints of Bouquet #A08799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.13%

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

R = 35.71%
G = 30.13%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A08799 (or 0xA08799) is known color: Bouquet. HEX triplet: A0, 87 and 99. RGB value is (160,135,153). Sum of RGB (Red+Green+Blue) = 160+135+153=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A08799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08799 is #5F7866. Grayscale: #909090. Windows color (decimal): -6256743 or 10061728. OLE color: 10061728.

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

Color convert

RGB 160 135 153 -
CMYK 0 0.16 0.04 0.37
HSL 316.8º 0.12% 0.58% -
HSV(B) 316.8º 0.16% 0.63% -
XYZ 28.91 27.1 33.84 -
YUV 144.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 160 135 153 0 0.16 0.04 0.37 316.8 0.12 0.58
Hex A0 87 99 0 10 4 25 13D C 3A
Octal 240 207 231 0 20 4 45 475 14 72
Binary 10100000 10000111 10011001 0 10000 100 100101 100111101 1100 111010

Color Harmonies of #A08799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08799

Black with #A08799

Text Example


Text Example

White with #A08799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08799; }

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

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

background-color css

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

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

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

border-color css

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

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

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