Html Css Color HEX #A86D95 Bouquet

📋 copy color: '#A86D95'

red 168 ◦ green 109 ◦ blue 149

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

Shades of Bouquet #A86D95

Tints of Bouquet #A86D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.59%

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

R = 39.44%
G = 25.59%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A86D95 (or 0xA86D95) is known color: Bouquet. HEX triplet: A8, 6D and 95. RGB value is (168,109,149). Sum of RGB (Red+Green+Blue) = 168+109+149=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D95 is #57926A. Grayscale: #838383. Windows color (decimal): -5739115 or 9792936. OLE color: 9792936.

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

Color convert

RGB 168 109 149 -
CMYK 0 0.35 0.11 0.34
HSL 319.32º 0.25% 0.54% -
HSV(B) 319.32º 0.35% 0.66% -
XYZ 27.04 21.43 31.15 -
YUV 131.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 168 109 149 0 0.35 0.11 0.34 319.32 0.25 0.54
Hex A8 6D 95 0 23 B 22 13F 19 36
Octal 250 155 225 0 43 13 42 477 31 66
Binary 10101000 1101101 10010101 0 100011 1011 100010 100111111 11001 110110

Color Harmonies of #A86D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86D95

Black with #A86D95

Text Example


Text Example

White with #A86D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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