Html Css Color HEX #AC83A0 Bouquet

📋 copy color: '#AC83A0'

red 172 ◦ green 131 ◦ blue 160

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

Shades of Bouquet #AC83A0

Tints of Bouquet #AC83A0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.29%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 37.15%
G = 28.29%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC83A0 (or 0xAC83A0) is known color: Bouquet. HEX triplet: AC, 83 and A0. RGB value is (172,131,160). Sum of RGB (Red+Green+Blue) = 172+131+160=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC83A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC83A0 is #537C5F. Grayscale: #929292. Windows color (decimal): -5471328 or 10519468. OLE color: 10519468.

HSL color Cylindrical-coordinate representation of color #AC83A0: hue angle of 317.56º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC83A0 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 160 -
CMYK 0 0.24 0.07 0.33
HSL 317.56º 0.2% 0.59% -
HSV(B) 317.56º 0.24% 0.67% -
XYZ 31.47 27.54 36.91 -
YUV 146.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 172 131 160 0 0.24 0.07 0.33 317.56 0.2 0.59
Hex AC 83 A0 0 18 7 21 13E 14 3B
Octal 254 203 240 0 30 7 41 476 24 73
Binary 10101100 10000011 10100000 0 11000 111 100001 100111110 10100 111011

Color Harmonies of #AC83A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83A0

Black with #AC83A0

Text Example


Text Example

White with #AC83A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83A0; }

 p { color: rgb(172,131,160); }

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

background-color css

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

 a { background-color: rgb(172,131,160); }

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

border-color css

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

 span { border-color: rgb(172,131,160); }

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