Html Css Color HEX #AC769F Bouquet

📋 copy color: '#AC769F'

red 172 ◦ green 118 ◦ blue 159

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

Shades of Bouquet #AC769F

Tints of Bouquet #AC769F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 38.31%
G = 26.28%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC769F (or 0xAC769F) is known color: Bouquet. HEX triplet: AC, 76 and 9F. RGB value is (172,118,159). Sum of RGB (Red+Green+Blue) = 172+118+159=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC769F is #538960. Grayscale: #8A8A8A. Windows color (decimal): -5474657 or 10450604. OLE color: 10450604.

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

Color convert

RGB 172 118 159 -
CMYK 0 0.31 0.08 0.33
HSL 314.44º 0.25% 0.57% -
HSV(B) 314.44º 0.31% 0.67% -
XYZ 29.75 24.23 35.91 -
YUV 138.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 172 118 159 0 0.31 0.08 0.33 314.44 0.25 0.57
Hex AC 76 9F 0 1F 8 21 13A 19 39
Octal 254 166 237 0 37 10 41 472 31 71
Binary 10101100 1110110 10011111 0 11111 1000 100001 100111010 11001 111001

Color Harmonies of #AC769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC769F

Black with #AC769F

Text Example


Text Example

White with #AC769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC769F; }

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

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

background-color css

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

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

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

border-color css

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

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

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