Html Css Color HEX #A87595 Bouquet

📋 copy color: '#A87595'

red 168 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #A87595

Tints of Bouquet #A87595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 38.71%
G = 26.96%
B = 34.33%

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

#A87595 (or 0xA87595) is known color: Bouquet. HEX triplet: A8, 75 and 95. RGB value is (168,117,149). Sum of RGB (Red+Green+Blue) = 168+117+149=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A87595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87595 is #578A6A. Grayscale: #878787. Windows color (decimal): -5737067 or 9794984. OLE color: 9794984.

HSL color Cylindrical-coordinate representation of color #A87595: hue angle of 322.35º degrees, saturation: 0.23, 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 #A87595 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 117 149 -
CMYK 0 0.30 0.11 0.34
HSL 322.35º 0.23% 0.56% -
HSV(B) 322.35º 0.3% 0.66% -
XYZ 27.93 23.22 31.44 -
YUV 135.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 168 117 149 0 0.30 0.11 0.34 322.35 0.23 0.56
Hex A8 75 95 0 1E B 22 142 17 38
Octal 250 165 225 0 36 13 42 502 27 70
Binary 10101000 1110101 10010101 0 11110 1011 100010 101000010 10111 111000

Color Harmonies of #A87595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87595

Black with #A87595

Text Example


Text Example

White with #A87595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87595; }

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

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

background-color css

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

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

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

border-color css

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

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

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