Html Css Color HEX #A66089 Strikemaster

📋 copy color: '#A66089'

red 166 ◦ green 96 ◦ blue 137

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

Shades of Strikemaster #A66089

Tints of Strikemaster #A66089

RGB

 RED value IS 166 (65.23% from 255) = 41.6%

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

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 41.6%
G = 24.06%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A66089 (or 0xA66089) is known color: Strikemaster. HEX triplet: A6, 60 and 89. RGB value is (166,96,137). Sum of RGB (Red+Green+Blue) = 166+96+137=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A66089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66089 is #599F76. Grayscale: #797979. Windows color (decimal): -5873527 or 9003174. OLE color: 9003174.

HSL color Cylindrical-coordinate representation of color #A66089: hue angle of 324.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66089 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 137 -
CMYK 0 0.42 0.17 0.35
HSL 324.86º 0.28% 0.51% -
HSV(B) 324.86º 0.42% 0.65% -
XYZ 24.42 18.28 25.91 -
YUV 121.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 166 96 137 0 0.42 0.17 0.35 324.86 0.28 0.51
Hex A6 60 89 0 2A 11 23 145 1C 33
Octal 246 140 211 0 52 21 43 505 34 63
Binary 10100110 1100000 10001001 0 101010 10001 100011 101000101 11100 110011

Color Harmonies of #A66089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66089

Black with #A66089

Text Example


Text Example

White with #A66089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66089; }

 p { color: rgb(166,96,137); }

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

background-color css

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

 a { background-color: rgb(166,96,137); }

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

border-color css

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

 span { border-color: rgb(166,96,137); }

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