Html Css Color HEX #A66587 Strikemaster

📋 copy color: '#A66587'

red 166 ◦ green 101 ◦ blue 135

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

Shades of Strikemaster #A66587

Tints of Strikemaster #A66587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.12%

 BLUE value IS 135 (53.13% from 255) = 33.58%

R = 41.29%
G = 25.12%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A66587 (or 0xA66587) is known color: Strikemaster. HEX triplet: A6, 65 and 87. RGB value is (166,101,135). Sum of RGB (Red+Green+Blue) = 166+101+135=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A66587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66587 is #599A78. Grayscale: #7C7C7C. Windows color (decimal): -5872249 or 8873382. OLE color: 8873382.

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

Color convert

RGB 166 101 135 -
CMYK 0 0.39 0.19 0.35
HSL 328.62º 0.27% 0.52% -
HSV(B) 328.62º 0.39% 0.65% -
XYZ 24.75 19.16 25.32 -
YUV 124.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 166 101 135 0 0.39 0.19 0.35 328.62 0.27 0.52
Hex A6 65 87 0 27 13 23 149 1B 34
Octal 246 145 207 0 47 23 43 511 33 64
Binary 10100110 1100101 10000111 0 100111 10011 100011 101001001 11011 110100

Color Harmonies of #A66587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66587

Black with #A66587

Text Example


Text Example

White with #A66587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66587; }

 p { color: rgb(166,101,135); }

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

background-color css

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

 a { background-color: rgb(166,101,135); }

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

border-color css

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

 span { border-color: rgb(166,101,135); }

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