Html Css Color HEX #A66283 Strikemaster

📋 copy color: '#A66283'

red 166 ◦ green 98 ◦ blue 131

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

Shades of Strikemaster #A66283

Tints of Strikemaster #A66283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.81%

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

R = 42.03%
G = 24.81%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A66283 (or 0xA66283) is known color: Strikemaster. HEX triplet: A6, 62 and 83. RGB value is (166,98,131). Sum of RGB (Red+Green+Blue) = 166+98+131=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A66283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66283 is #599D7C. Grayscale: #7A7A7A. Windows color (decimal): -5873021 or 8610470. OLE color: 8610470.

HSL color Cylindrical-coordinate representation of color #A66283: hue angle of 330.88º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66283 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 98 131 -
CMYK 0 0.41 0.21 0.35
HSL 330.88º 0.28% 0.52% -
HSV(B) 330.88º 0.41% 0.65% -
XYZ 24.19 18.48 23.76 -
YUV 122.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 166 98 131 0 0.41 0.21 0.35 330.88 0.28 0.52
Hex A6 62 83 0 29 15 23 14B 1C 34
Octal 246 142 203 0 51 25 43 513 34 64
Binary 10100110 1100010 10000011 0 101001 10101 100011 101001011 11100 110100

Color Harmonies of #A66283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66283

Black with #A66283

Text Example


Text Example

White with #A66283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66283; }

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

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

background-color css

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

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

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

border-color css

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

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

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