Html Css Color HEX #AC76A2 Bouquet

📋 copy color: '#AC76A2'

red 172 ◦ green 118 ◦ blue 162

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

Shades of Bouquet #AC76A2

Tints of Bouquet #AC76A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 38.05%
G = 26.11%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC76A2 (or 0xAC76A2) is known color: Bouquet. HEX triplet: AC, 76 and A2. RGB value is (172,118,162). Sum of RGB (Red+Green+Blue) = 172+118+162=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC76A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76A2 is #53895D. Grayscale: #8B8B8B. Windows color (decimal): -5474654 or 10647212. OLE color: 10647212.

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

Color convert

RGB 172 118 162 -
CMYK 0 0.31 0.06 0.33
HSL 311.11º 0.25% 0.57% -
HSV(B) 311.11º 0.31% 0.67% -
XYZ 30.01 24.34 37.3 -
YUV 139.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 172 118 162 0 0.31 0.06 0.33 311.11 0.25 0.57
Hex AC 76 A2 0 1F 6 21 137 19 39
Octal 254 166 242 0 37 6 41 467 31 71
Binary 10101100 1110110 10100010 0 11111 110 100001 100110111 11001 111001

Color Harmonies of #AC76A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76A2

Black with #AC76A2

Text Example


Text Example

White with #AC76A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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