Html Css Color HEX #A87596 Bouquet

📋 copy color: '#A87596'

red 168 ◦ green 117 ◦ blue 150

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

Shades of Bouquet #A87596

Tints of Bouquet #A87596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.48%

R = 38.62%
G = 26.9%
B = 34.48%

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

#A87596 (or 0xA87596) is known color: Bouquet. HEX triplet: A8, 75 and 96. RGB value is (168,117,150). Sum of RGB (Red+Green+Blue) = 168+117+150=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A87596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87596 is #578A69. Grayscale: #878787. Windows color (decimal): -5737066 or 9860520. OLE color: 9860520.

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

Color convert

RGB 168 117 150 -
CMYK 0 0.30 0.11 0.34
HSL 321.18º 0.23% 0.56% -
HSV(B) 321.18º 0.3% 0.66% -
XYZ 28.01 23.25 31.87 -
YUV 136.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 168 117 150 0 0.30 0.11 0.34 321.18 0.23 0.56
Hex A8 75 96 0 1E B 22 141 17 38
Octal 250 165 226 0 36 13 42 501 27 70
Binary 10101000 1110101 10010110 0 11110 1011 100010 101000001 10111 111000

Color Harmonies of #A87596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87596

Black with #A87596

Text Example


Text Example

White with #A87596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87596; }

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

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

background-color css

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

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

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

border-color css

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

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

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