Html Css Color HEX #A66888 Strikemaster

📋 copy color: '#A66888'

red 166 ◦ green 104 ◦ blue 136

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

Shades of Strikemaster #A66888

Tints of Strikemaster #A66888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 40.89%
G = 25.62%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A66888 (or 0xA66888) is known color: Strikemaster. HEX triplet: A6, 68 and 88. RGB value is (166,104,136). Sum of RGB (Red+Green+Blue) = 166+104+136=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A66888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66888 is #599777. Grayscale: #7E7E7E. Windows color (decimal): -5871480 or 8939686. OLE color: 8939686.

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

Color convert

RGB 166 104 136 -
CMYK 0 0.37 0.18 0.35
HSL 329.03º 0.26% 0.53% -
HSV(B) 329.03º 0.37% 0.65% -
XYZ 25.12 19.79 25.79 -
YUV 126.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 166 104 136 0 0.37 0.18 0.35 329.03 0.26 0.53
Hex A6 68 88 0 25 12 23 149 1A 35
Octal 246 150 210 0 45 22 43 511 32 65
Binary 10100110 1101000 10001000 0 100101 10010 100011 101001001 11010 110101

Color Harmonies of #A66888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66888

Black with #A66888

Text Example


Text Example

White with #A66888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66888; }

 p { color: rgb(166,104,136); }

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

background-color css

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

 a { background-color: rgb(166,104,136); }

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

border-color css

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

 span { border-color: rgb(166,104,136); }

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