Html Css Color HEX #AC689A Bouquet

📋 copy color: '#AC689A'

red 172 ◦ green 104 ◦ blue 154

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

Shades of Bouquet #AC689A

Tints of Bouquet #AC689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

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

R = 40%
G = 24.19%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC689A (or 0xAC689A) is known color: Bouquet. HEX triplet: AC, 68 and 9A. RGB value is (172,104,154). Sum of RGB (Red+Green+Blue) = 172+104+154=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC689A is #539765. Grayscale: #818181. Windows color (decimal): -5478246 or 10119340. OLE color: 10119340.

HSL color Cylindrical-coordinate representation of color #AC689A: hue angle of 315.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC689A is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 104 154 -
CMYK 0 0.40 0.10 0.33
HSL 315.88º 0.29% 0.54% -
HSV(B) 315.88º 0.4% 0.67% -
XYZ 27.8 21 33.16 -
YUV 130.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 172 104 154 0 0.40 0.10 0.33 315.88 0.29 0.54
Hex AC 68 9A 0 28 A 21 13C 1D 36
Octal 254 150 232 0 50 12 41 474 35 66
Binary 10101100 1101000 10011010 0 101000 1010 100001 100111100 11101 110110

Color Harmonies of #AC689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC689A

Black with #AC689A

Text Example


Text Example

White with #AC689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC689A; }

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

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

background-color css

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

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

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

border-color css

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

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

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