Html Css Color HEX #A7869B Bouquet

📋 copy color: '#A7869B'

red 167 ◦ green 134 ◦ blue 155

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

Shades of Bouquet #A7869B

Tints of Bouquet #A7869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 36.62%
G = 29.39%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7869B (or 0xA7869B) is known color: Bouquet. HEX triplet: A7, 86 and 9B. RGB value is (167,134,155). Sum of RGB (Red+Green+Blue) = 167+134+155=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 167 - color contains mainly: red. Hex color #A7869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7869B is #587964. Grayscale: #929292. Windows color (decimal): -5798245 or 10192551. OLE color: 10192551.

HSL color Cylindrical-coordinate representation of color #A7869B: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7869B is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 134 155 -
CMYK 0 0.20 0.07 0.35
HSL 321.82º 0.16% 0.59% -
HSV(B) 321.82º 0.2% 0.65% -
XYZ 30.38 27.63 34.74 -
YUV 146.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 167 134 155 0 0.20 0.07 0.35 321.82 0.16 0.59
Hex A7 86 9B 0 14 7 23 142 10 3B
Octal 247 206 233 0 24 7 43 502 20 73
Binary 10100111 10000110 10011011 0 10100 111 100011 101000010 10000 111011

Color Harmonies of #A7869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7869B

Black with #A7869B

Text Example


Text Example

White with #A7869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7869B; }

 p { color: rgb(167,134,155); }

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

background-color css

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

 a { background-color: rgb(167,134,155); }

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

border-color css

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

 span { border-color: rgb(167,134,155); }

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