Html Css Color HEX #A87D90 Bouquet

📋 copy color: '#A87D90'

red 168 ◦ green 125 ◦ blue 144

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

Shades of Bouquet #A87D90

Tints of Bouquet #A87D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.6%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 38.44%
G = 28.6%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A87D90 (or 0xA87D90) is known color: Bouquet. HEX triplet: A8, 7D and 90. RGB value is (168,125,144). Sum of RGB (Red+Green+Blue) = 168+125+144=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D90 is #57826F. Grayscale: #8B8B8B. Windows color (decimal): -5735024 or 9469352. OLE color: 9469352.

HSL color Cylindrical-coordinate representation of color #A87D90: hue angle of 333.49º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87D90 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 144 -
CMYK 0 0.26 0.14 0.34
HSL 333.49º 0.2% 0.57% -
HSV(B) 333.49º 0.26% 0.66% -
XYZ 28.52 25.01 29.71 -
YUV 140.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 168 125 144 0 0.26 0.14 0.34 333.49 0.2 0.57
Hex A8 7D 90 0 1A E 22 14D 14 39
Octal 250 175 220 0 32 16 42 515 24 71
Binary 10101000 1111101 10010000 0 11010 1110 100010 101001101 10100 111001

Color Harmonies of #A87D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D90

Black with #A87D90

Text Example


Text Example

White with #A87D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D90; }

 p { color: rgb(168,125,144); }

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

background-color css

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

 a { background-color: rgb(168,125,144); }

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

border-color css

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

 span { border-color: rgb(168,125,144); }

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