Html Css Color HEX #AC8296 Bouquet

📋 copy color: '#AC8296'

red 172 ◦ green 130 ◦ blue 150

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

Shades of Bouquet #AC8296

Tints of Bouquet #AC8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.76%

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 38.05%
G = 28.76%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC8296 (or 0xAC8296) is known color: Bouquet. HEX triplet: AC, 82 and 96. RGB value is (172,130,150). Sum of RGB (Red+Green+Blue) = 172+130+150=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8296 is #537D69. Grayscale: #909090. Windows color (decimal): -5471594 or 9863852. OLE color: 9863852.

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

Color convert

RGB 172 130 150 -
CMYK 0 0.24 0.13 0.33
HSL 331.43º 0.2% 0.59% -
HSV(B) 331.43º 0.24% 0.67% -
XYZ 30.5 26.94 32.45 -
YUV 144.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 172 130 150 0 0.24 0.13 0.33 331.43 0.2 0.59
Hex AC 82 96 0 18 D 21 14B 14 3B
Octal 254 202 226 0 30 15 41 513 24 73
Binary 10101100 10000010 10010110 0 11000 1101 100001 101001011 10100 111011

Color Harmonies of #AC8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8296

Black with #AC8296

Text Example


Text Example

White with #AC8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8296; }

 p { color: rgb(172,130,150); }

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

background-color css

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

 a { background-color: rgb(172,130,150); }

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

border-color css

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

 span { border-color: rgb(172,130,150); }

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