Html Css Color HEX #A08796 Bouquet

📋 copy color: '#A08796'

red 160 ◦ green 135 ◦ blue 150

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

Shades of Bouquet #A08796

Tints of Bouquet #A08796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 35.96%
G = 30.34%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A08796 (or 0xA08796) is known color: Bouquet. HEX triplet: A0, 87 and 96. RGB value is (160,135,150). Sum of RGB (Red+Green+Blue) = 160+135+150=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A08796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08796 is #5F7869. Grayscale: #909090. Windows color (decimal): -6256746 or 9865120. OLE color: 9865120.

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

Color convert

RGB 160 135 150 -
CMYK 0 0.16 0.06 0.37
HSL 324º 0.12% 0.58% -
HSV(B) 324º 0.16% 0.63% -
XYZ 28.67 27 32.56 -
YUV 144.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 160 135 150 0 0.16 0.06 0.37 324 0.12 0.58
Hex A0 87 96 0 10 6 25 144 C 3A
Octal 240 207 226 0 20 6 45 504 14 72
Binary 10100000 10000111 10010110 0 10000 110 100101 101000100 1100 111010

Color Harmonies of #A08796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08796

Black with #A08796

Text Example


Text Example

White with #A08796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08796; }

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

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

background-color css

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

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

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

border-color css

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

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

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