Html Css Color HEX #A87695 Bouquet

📋 copy color: '#A87695'

red 168 ◦ green 118 ◦ blue 149

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

Shades of Bouquet #A87695

Tints of Bouquet #A87695

RGB

 RED value IS 168 (66.02% from 255) = 38.62%

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 38.62%
G = 27.13%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A87695 (or 0xA87695) is known color: Bouquet. HEX triplet: A8, 76 and 95. RGB value is (168,118,149). Sum of RGB (Red+Green+Blue) = 168+118+149=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A87695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87695 is #57896A. Grayscale: #888888. Windows color (decimal): -5736811 or 9795240. OLE color: 9795240.

HSL color Cylindrical-coordinate representation of color #A87695: hue angle of 322.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87695 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 149 -
CMYK 0 0.30 0.11 0.34
HSL 322.8º 0.22% 0.56% -
HSV(B) 322.8º 0.3% 0.66% -
XYZ 28.05 23.45 31.48 -
YUV 136.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 168 118 149 0 0.30 0.11 0.34 322.8 0.22 0.56
Hex A8 76 95 0 1E B 22 143 16 38
Octal 250 166 225 0 36 13 42 503 26 70
Binary 10101000 1110110 10010101 0 11110 1011 100010 101000011 10110 111000

Color Harmonies of #A87695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87695

Black with #A87695

Text Example


Text Example

White with #A87695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87695; }

 p { color: rgb(168,118,149); }

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

background-color css

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

 a { background-color: rgb(168,118,149); }

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

border-color css

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

 span { border-color: rgb(168,118,149); }

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