Html Css Color HEX #AC7690 Bouquet

📋 copy color: '#AC7690'

red 172 ◦ green 118 ◦ blue 144

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

Shades of Bouquet #AC7690

Tints of Bouquet #AC7690

RGB

 RED value IS 172 (67.58% from 255) = 39.63%

 GREEN value IS 118 (46.48% from 255) = 27.19%

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

R = 39.63%
G = 27.19%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7690 (or 0xAC7690) is known color: Bouquet. HEX triplet: AC, 76 and 90. RGB value is (172,118,144). Sum of RGB (Red+Green+Blue) = 172+118+144=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7690 is #53896F. Grayscale: #898989. Windows color (decimal): -5474672 or 9467564. OLE color: 9467564.

HSL color Cylindrical-coordinate representation of color #AC7690: hue angle of 331.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC7690 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 144 -
CMYK 0 0.31 0.16 0.33
HSL 331.11º 0.25% 0.57% -
HSV(B) 331.11º 0.31% 0.67% -
XYZ 28.53 23.74 29.46 -
YUV 137.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 172 118 144 0 0.31 0.16 0.33 331.11 0.25 0.57
Hex AC 76 90 0 1F 10 21 14B 19 39
Octal 254 166 220 0 37 20 41 513 31 71
Binary 10101100 1110110 10010000 0 11111 10000 100001 101001011 11001 111001

Color Harmonies of #AC7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7690

Black with #AC7690

Text Example


Text Example

White with #AC7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7690; }

 p { color: rgb(172,118,144); }

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

background-color css

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

 a { background-color: rgb(172,118,144); }

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

border-color css

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

 span { border-color: rgb(172,118,144); }

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