Html Css Color HEX #A76B99 Bouquet

📋 copy color: '#A76B99'

red 167 ◦ green 107 ◦ blue 153

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

Shades of Bouquet #A76B99

Tints of Bouquet #A76B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.06%

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

R = 39.11%
G = 25.06%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A76B99 (or 0xA76B99) is known color: Bouquet. HEX triplet: A7, 6B and 99. RGB value is (167,107,153). Sum of RGB (Red+Green+Blue) = 167+107+153=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B99 is #589466. Grayscale: #828282. Windows color (decimal): -5805159 or 10054567. OLE color: 10054567.

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

Color convert

RGB 167 107 153 -
CMYK 0 0.36 0.08 0.35
HSL 314º 0.25% 0.54% -
HSV(B) 314º 0.36% 0.65% -
XYZ 26.94 21.03 32.78 -
YUV 130.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 167 107 153 0 0.36 0.08 0.35 314 0.25 0.54
Hex A7 6B 99 0 24 8 23 13A 19 36
Octal 247 153 231 0 44 10 43 472 31 66
Binary 10100111 1101011 10011001 0 100100 1000 100011 100111010 11001 110110

Color Harmonies of #A76B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B99

Black with #A76B99

Text Example


Text Example

White with #A76B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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