Html Css Color HEX #AC8593 Bouquet

📋 copy color: '#AC8593'

red 172 ◦ green 133 ◦ blue 147

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

Shades of Bouquet #AC8593

Tints of Bouquet #AC8593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.42%

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 38.05%
G = 29.42%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC8593 (or 0xAC8593) is known color: Bouquet. HEX triplet: AC, 85 and 93. RGB value is (172,133,147). Sum of RGB (Red+Green+Blue) = 172+133+147=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8593 is #537A6C. Grayscale: #929292. Windows color (decimal): -5470829 or 9668012. OLE color: 9668012.

HSL color Cylindrical-coordinate representation of color #AC8593: hue angle of 338.46º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8593 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 133 147 -
CMYK 0 0.23 0.15 0.33
HSL 338.46º 0.19% 0.6% -
HSV(B) 338.46º 0.23% 0.67% -
XYZ 30.67 27.65 31.32 -
YUV 146.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 172 133 147 0 0.23 0.15 0.33 338.46 0.19 0.6
Hex AC 85 93 0 17 F 21 152 13 3C
Octal 254 205 223 0 27 17 41 522 23 74
Binary 10101100 10000101 10010011 0 10111 1111 100001 101010010 10011 111100

Color Harmonies of #AC8593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8593

Black with #AC8593

Text Example


Text Example

White with #AC8593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8593; }

 p { color: rgb(172,133,147); }

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

background-color css

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

 a { background-color: rgb(172,133,147); }

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

border-color css

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

 span { border-color: rgb(172,133,147); }

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