Html Css Color HEX #A78096 Bouquet

📋 copy color: '#A78096'

red 167 ◦ green 128 ◦ blue 150

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

Shades of Bouquet #A78096

Tints of Bouquet #A78096

RGB

 RED value IS 167 (65.63% from 255) = 37.53%

 GREEN value IS 128 (50.39% from 255) = 28.76%

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

R = 37.53%
G = 28.76%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A78096 (or 0xA78096) is known color: Bouquet. HEX triplet: A7, 80 and 96. RGB value is (167,128,150). Sum of RGB (Red+Green+Blue) = 167+128+150=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A78096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78096 is #587F69. Grayscale: #8E8E8E. Windows color (decimal): -5799786 or 9863335. OLE color: 9863335.

HSL color Cylindrical-coordinate representation of color #A78096: hue angle of 326.15º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78096 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 128 150 -
CMYK 0 0.23 0.10 0.35
HSL 326.15º 0.18% 0.58% -
HSV(B) 326.15º 0.23% 0.65% -
XYZ 29.16 25.86 32.31 -
YUV 142.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 167 128 150 0 0.23 0.10 0.35 326.15 0.18 0.58
Hex A7 80 96 0 17 A 23 146 12 3A
Octal 247 200 226 0 27 12 43 506 22 72
Binary 10100111 10000000 10010110 0 10111 1010 100011 101000110 10010 111010

Color Harmonies of #A78096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78096

Black with #A78096

Text Example


Text Example

White with #A78096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78096; }

 p { color: rgb(167,128,150); }

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

background-color css

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

 a { background-color: rgb(167,128,150); }

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

border-color css

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

 span { border-color: rgb(167,128,150); }

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