Html Css Color HEX #A87895 Bouquet

📋 copy color: '#A87895'

red 168 ◦ green 120 ◦ blue 149

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

Shades of Bouquet #A87895

Tints of Bouquet #A87895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.46%

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

R = 38.44%
G = 27.46%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A87895 (or 0xA87895) is known color: Bouquet. HEX triplet: A8, 78 and 95. RGB value is (168,120,149). Sum of RGB (Red+Green+Blue) = 168+120+149=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A87895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87895 is #57876A. Grayscale: #898989. Windows color (decimal): -5736299 or 9795752. OLE color: 9795752.

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

Color convert

RGB 168 120 149 -
CMYK 0 0.29 0.11 0.34
HSL 323.75º 0.22% 0.56% -
HSV(B) 323.75º 0.29% 0.66% -
XYZ 28.29 23.93 31.56 -
YUV 137.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 168 120 149 0 0.29 0.11 0.34 323.75 0.22 0.56
Hex A8 78 95 0 1D B 22 144 16 38
Octal 250 170 225 0 35 13 42 504 26 70
Binary 10101000 1111000 10010101 0 11101 1011 100010 101000100 10110 111000

Color Harmonies of #A87895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87895

Black with #A87895

Text Example


Text Example

White with #A87895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87895; }

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

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

background-color css

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

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

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

border-color css

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

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

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