Html Css Color HEX #A7869D Bouquet

📋 copy color: '#A7869D'

red 167 ◦ green 134 ◦ blue 157

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

Shades of Bouquet #A7869D

Tints of Bouquet #A7869D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.28%

R = 36.46%
G = 29.26%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7869D (or 0xA7869D) is known color: Bouquet. HEX triplet: A7, 86 and 9D. RGB value is (167,134,157). Sum of RGB (Red+Green+Blue) = 167+134+157=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 167 - color contains mainly: red. Hex color #A7869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7869D is #587962. Grayscale: #929292. Windows color (decimal): -5798243 or 10323623. OLE color: 10323623.

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

Color convert

RGB 167 134 157 -
CMYK 0 0.20 0.06 0.35
HSL 318.18º 0.16% 0.59% -
HSV(B) 318.18º 0.2% 0.65% -
XYZ 30.55 27.7 35.63 -
YUV 146.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 167 134 157 0 0.20 0.06 0.35 318.18 0.16 0.59
Hex A7 86 9D 0 14 6 23 13E 10 3B
Octal 247 206 235 0 24 6 43 476 20 73
Binary 10100111 10000110 10011101 0 10100 110 100011 100111110 10000 111011

Color Harmonies of #A7869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7869D

Black with #A7869D

Text Example


Text Example

White with #A7869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7869D; }

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

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

background-color css

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

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

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

border-color css

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

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

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