Html Css Color HEX #A66489 Strikemaster

📋 copy color: '#A66489'

red 166 ◦ green 100 ◦ blue 137

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

Shades of Strikemaster #A66489

Tints of Strikemaster #A66489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

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

R = 41.19%
G = 24.81%
B = 34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A66489 (or 0xA66489) is known color: Strikemaster. HEX triplet: A6, 64 and 89. RGB value is (166,100,137). Sum of RGB (Red+Green+Blue) = 166+100+137=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A66489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66489 is #599B76. Grayscale: #7B7B7B. Windows color (decimal): -5872503 or 9004198. OLE color: 9004198.

HSL color Cylindrical-coordinate representation of color #A66489: hue angle of 326.36º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66489 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 137 -
CMYK 0 0.40 0.17 0.35
HSL 326.36º 0.27% 0.52% -
HSV(B) 326.36º 0.4% 0.65% -
XYZ 24.8 19.03 26.03 -
YUV 123.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 166 100 137 0 0.40 0.17 0.35 326.36 0.27 0.52
Hex A6 64 89 0 28 11 23 146 1B 34
Octal 246 144 211 0 50 21 43 506 33 64
Binary 10100110 1100100 10001001 0 101000 10001 100011 101000110 11011 110100

Color Harmonies of #A66489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66489

Black with #A66489

Text Example


Text Example

White with #A66489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66489; }

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

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

background-color css

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

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

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

border-color css

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

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

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