Html Css Color HEX #AC699A Bouquet

📋 copy color: '#AC699A'

red 172 ◦ green 105 ◦ blue 154

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

Shades of Bouquet #AC699A

Tints of Bouquet #AC699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.36%

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

R = 39.91%
G = 24.36%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC699A (or 0xAC699A) is known color: Bouquet. HEX triplet: AC, 69 and 9A. RGB value is (172,105,154). Sum of RGB (Red+Green+Blue) = 172+105+154=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC699A is #539665. Grayscale: #828282. Windows color (decimal): -5477990 or 10119596. OLE color: 10119596.

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

Color convert

RGB 172 105 154 -
CMYK 0 0.39 0.10 0.33
HSL 316.12º 0.29% 0.54% -
HSV(B) 316.12º 0.39% 0.67% -
XYZ 27.9 21.21 33.19 -
YUV 130.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 172 105 154 0 0.39 0.10 0.33 316.12 0.29 0.54
Hex AC 69 9A 0 27 A 21 13C 1D 36
Octal 254 151 232 0 47 12 41 474 35 66
Binary 10101100 1101001 10011010 0 100111 1010 100001 100111100 11101 110110

Color Harmonies of #AC699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC699A

Black with #AC699A

Text Example


Text Example

White with #AC699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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