Html Css Color HEX #AA6085 Strikemaster

📋 copy color: '#AA6085'

red 170 ◦ green 96 ◦ blue 133

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

Shades of Strikemaster #AA6085

Tints of Strikemaster #AA6085

RGB

 RED value IS 170 (66.8% from 255) = 42.61%

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

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 42.61%
G = 24.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA6085 (or 0xAA6085) is known color: Strikemaster. HEX triplet: AA, 60 and 85. RGB value is (170,96,133). Sum of RGB (Red+Green+Blue) = 170+96+133=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6085 is #559F7A. Grayscale: #7A7A7A. Windows color (decimal): -5611387 or 8741034. OLE color: 8741034.

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

Color convert

RGB 170 96 133 -
CMYK 0 0.44 0.22 0.33
HSL 330º 0.3% 0.52% -
HSV(B) 330º 0.44% 0.67% -
XYZ 24.99 18.61 24.46 -
YUV 122.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 170 96 133 0 0.44 0.22 0.33 330 0.3 0.52
Hex AA 60 85 0 2C 16 21 14A 1E 34
Octal 252 140 205 0 54 26 41 512 36 64
Binary 10101010 1100000 10000101 0 101100 10110 100001 101001010 11110 110100

Color Harmonies of #AA6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6085

Black with #AA6085

Text Example


Text Example

White with #AA6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6085; }

 p { color: rgb(170,96,133); }

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

background-color css

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

 a { background-color: rgb(170,96,133); }

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

border-color css

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

 span { border-color: rgb(170,96,133); }

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