Html Css Color HEX #A66A89 Strikemaster

📋 copy color: '#A66A89'

red 166 ◦ green 106 ◦ blue 137

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

Shades of Strikemaster #A66A89

Tints of Strikemaster #A66A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.92%

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

R = 40.59%
G = 25.92%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A66A89 (or 0xA66A89) is known color: Strikemaster. HEX triplet: A6, 6A and 89. RGB value is (166,106,137). Sum of RGB (Red+Green+Blue) = 166+106+137=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A89 is #599576. Grayscale: #7F7F7F. Windows color (decimal): -5870967 or 9005734. OLE color: 9005734.

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

Color convert

RGB 166 106 137 -
CMYK 0 0.36 0.17 0.35
HSL 329º 0.25% 0.53% -
HSV(B) 329º 0.36% 0.65% -
XYZ 25.4 20.22 26.23 -
YUV 127.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 166 106 137 0 0.36 0.17 0.35 329 0.25 0.53
Hex A6 6A 89 0 24 11 23 149 19 35
Octal 246 152 211 0 44 21 43 511 31 65
Binary 10100110 1101010 10001001 0 100100 10001 100011 101001001 11001 110101

Color Harmonies of #A66A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A89

Black with #A66A89

Text Example


Text Example

White with #A66A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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