Html Css Color HEX #A76D99 Bouquet

📋 copy color: '#A76D99'

red 167 ◦ green 109 ◦ blue 153

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

Shades of Bouquet #A76D99

Tints of Bouquet #A76D99

RGB

 RED value IS 167 (65.63% from 255) = 38.93%

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

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 38.93%
G = 25.41%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A76D99 (or 0xA76D99) is known color: Bouquet. HEX triplet: A7, 6D and 99. RGB value is (167,109,153). Sum of RGB (Red+Green+Blue) = 167+109+153=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76D99 is #589266. Grayscale: #838383. Windows color (decimal): -5804647 or 10055079. OLE color: 10055079.

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

Color convert

RGB 167 109 153 -
CMYK 0 0.35 0.08 0.35
HSL 314.48º 0.25% 0.54% -
HSV(B) 314.48º 0.35% 0.65% -
XYZ 27.15 21.45 32.85 -
YUV 131.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 167 109 153 0 0.35 0.08 0.35 314.48 0.25 0.54
Hex A7 6D 99 0 23 8 23 13A 19 36
Octal 247 155 231 0 43 10 43 472 31 66
Binary 10100111 1101101 10011001 0 100011 1000 100011 100111010 11001 110110

Color Harmonies of #A76D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D99

Black with #A76D99

Text Example


Text Example

White with #A76D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D99; }

 p { color: rgb(167,109,153); }

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

background-color css

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

 a { background-color: rgb(167,109,153); }

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

border-color css

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

 span { border-color: rgb(167,109,153); }

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