Html Css Color HEX #AC769A Bouquet

📋 copy color: '#AC769A'

red 172 ◦ green 118 ◦ blue 154

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

Shades of Bouquet #AC769A

Tints of Bouquet #AC769A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 38.74%
G = 26.58%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC769A (or 0xAC769A) is known color: Bouquet. HEX triplet: AC, 76 and 9A. RGB value is (172,118,154). Sum of RGB (Red+Green+Blue) = 172+118+154=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC769A is #538965. Grayscale: #8A8A8A. Windows color (decimal): -5474662 or 10122924. OLE color: 10122924.

HSL color Cylindrical-coordinate representation of color #AC769A: hue angle of 320º 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 #AC769A is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 154 -
CMYK 0 0.31 0.10 0.33
HSL 320º 0.25% 0.57% -
HSV(B) 320º 0.31% 0.67% -
XYZ 29.32 24.06 33.67 -
YUV 138.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 172 118 154 0 0.31 0.10 0.33 320 0.25 0.57
Hex AC 76 9A 0 1F A 21 140 19 39
Octal 254 166 232 0 37 12 41 500 31 71
Binary 10101100 1110110 10011010 0 11111 1010 100001 101000000 11001 111001

Color Harmonies of #AC769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC769A

Black with #AC769A

Text Example


Text Example

White with #AC769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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