Html Css Color HEX #A66381 Strikemaster

📋 copy color: '#A66381'

red 166 ◦ green 99 ◦ blue 129

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

Shades of Strikemaster #A66381

Tints of Strikemaster #A66381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 42.13%
G = 25.13%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A66381 (or 0xA66381) is known color: Strikemaster. HEX triplet: A6, 63 and 81. RGB value is (166,99,129). Sum of RGB (Red+Green+Blue) = 166+99+129=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A66381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66381 is #599C7E. Grayscale: #7A7A7A. Windows color (decimal): -5872767 or 8479654. OLE color: 8479654.

HSL color Cylindrical-coordinate representation of color #A66381: hue angle of 333.13º 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 #A66381 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 129 -
CMYK 0 0.40 0.22 0.35
HSL 333.13º 0.27% 0.52% -
HSV(B) 333.13º 0.4% 0.65% -
XYZ 24.15 18.62 23.09 -
YUV 122.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 166 99 129 0 0.40 0.22 0.35 333.13 0.27 0.52
Hex A6 63 81 0 28 16 23 14D 1B 34
Octal 246 143 201 0 50 26 43 515 33 64
Binary 10100110 1100011 10000001 0 101000 10110 100011 101001101 11011 110100

Color Harmonies of #A66381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66381

Black with #A66381

Text Example


Text Example

White with #A66381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66381; }

 p { color: rgb(166,99,129); }

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

background-color css

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

 a { background-color: rgb(166,99,129); }

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

border-color css

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

 span { border-color: rgb(166,99,129); }

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