Html Css Color HEX #A08795 Bouquet

📋 copy color: '#A08795'

red 160 ◦ green 135 ◦ blue 149

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

Shades of Bouquet #A08795

Tints of Bouquet #A08795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.56%

R = 36.04%
G = 30.41%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A08795 (or 0xA08795) is known color: Bouquet. HEX triplet: A0, 87 and 95. RGB value is (160,135,149). Sum of RGB (Red+Green+Blue) = 160+135+149=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A08795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08795 is #5F786A. Grayscale: #909090. Windows color (decimal): -6256747 or 9799584. OLE color: 9799584.

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

Color convert

RGB 160 135 149 -
CMYK 0 0.16 0.07 0.37
HSL 326.4º 0.12% 0.58% -
HSV(B) 326.4º 0.16% 0.63% -
XYZ 28.59 26.97 32.13 -
YUV 144.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 160 135 149 0 0.16 0.07 0.37 326.4 0.12 0.58
Hex A0 87 95 0 10 7 25 146 C 3A
Octal 240 207 225 0 20 7 45 506 14 72
Binary 10100000 10000111 10010101 0 10000 111 100101 101000110 1100 111010

Color Harmonies of #A08795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08795

Black with #A08795

Text Example


Text Example

White with #A08795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08795; }

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

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

background-color css

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

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

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

border-color css

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

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

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