Html Css Color HEX #AC6092 Strikemaster

📋 copy color: '#AC6092'

red 172 ◦ green 96 ◦ blue 146

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

Shades of Strikemaster #AC6092

Tints of Strikemaster #AC6092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 41.55%
G = 23.19%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC6092 (or 0xAC6092) is known color: Strikemaster. HEX triplet: AC, 60 and 92. RGB value is (172,96,146). Sum of RGB (Red+Green+Blue) = 172+96+146=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6092 is #539F6D. Grayscale: #7C7C7C. Windows color (decimal): -5480302 or 9593004. OLE color: 9593004.

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

Color convert

RGB 172 96 146 -
CMYK 0 0.44 0.15 0.33
HSL 320.53º 0.31% 0.53% -
HSV(B) 320.53º 0.44% 0.67% -
XYZ 26.38 19.21 29.51 -
YUV 124.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 172 96 146 0 0.44 0.15 0.33 320.53 0.31 0.53
Hex AC 60 92 0 2C F 21 141 1F 35
Octal 254 140 222 0 54 17 41 501 37 65
Binary 10101100 1100000 10010010 0 101100 1111 100001 101000001 11111 110101

Color Harmonies of #AC6092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6092

Black with #AC6092

Text Example


Text Example

White with #AC6092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6092; }

 p { color: rgb(172,96,146); }

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

background-color css

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

 a { background-color: rgb(172,96,146); }

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

border-color css

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

 span { border-color: rgb(172,96,146); }

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