Html Css Color HEX #A66483 Strikemaster

📋 copy color: '#A66483'

red 166 ◦ green 100 ◦ blue 131

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

Shades of Strikemaster #A66483

Tints of Strikemaster #A66483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33%

R = 41.81%
G = 25.19%
B = 33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A66483 (or 0xA66483) is known color: Strikemaster. HEX triplet: A6, 64 and 83. RGB value is (166,100,131). Sum of RGB (Red+Green+Blue) = 166+100+131=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66483 is #599B7C. Grayscale: #7B7B7B. Windows color (decimal): -5872509 or 8610982. OLE color: 8610982.

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

Color convert

RGB 166 100 131 -
CMYK 0 0.40 0.21 0.35
HSL 331.82º 0.27% 0.52% -
HSV(B) 331.82º 0.4% 0.65% -
XYZ 24.38 18.86 23.83 -
YUV 123.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 166 100 131 0 0.40 0.21 0.35 331.82 0.27 0.52
Hex A6 64 83 0 28 15 23 14C 1B 34
Octal 246 144 203 0 50 25 43 514 33 64
Binary 10100110 1100100 10000011 0 101000 10101 100011 101001100 11011 110100

Color Harmonies of #A66483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66483

Black with #A66483

Text Example


Text Example

White with #A66483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66483; }

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

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

background-color css

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

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

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

border-color css

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

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

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