Html Css Color HEX #A46686 Strikemaster

📋 copy color: '#A46686'

red 164 ◦ green 102 ◦ blue 134

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

Shades of Strikemaster #A46686

Tints of Strikemaster #A46686

RGB

 RED value IS 164 (64.45% from 255) = 41%

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 41%
G = 25.5%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A46686 (or 0xA46686) is known color: Strikemaster. HEX triplet: A4, 66 and 86. RGB value is (164,102,134). Sum of RGB (Red+Green+Blue) = 164+102+134=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A46686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46686 is #5B9979. Grayscale: #7C7C7C. Windows color (decimal): -6003066 or 8808100. OLE color: 8808100.

HSL color Cylindrical-coordinate representation of color #A46686: hue angle of 329.03º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46686 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 102 134 -
CMYK 0 0.38 0.18 0.36
HSL 329.03º 0.25% 0.52% -
HSV(B) 329.03º 0.38% 0.64% -
XYZ 24.36 19.12 24.96 -
YUV 124.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 164 102 134 0 0.38 0.18 0.36 329.03 0.25 0.52
Hex A4 66 86 0 26 12 24 149 19 34
Octal 244 146 206 0 46 22 44 511 31 64
Binary 10100100 1100110 10000110 0 100110 10010 100100 101001001 11001 110100

Color Harmonies of #A46686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46686

Black with #A46686

Text Example


Text Example

White with #A46686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46686; }

 p { color: rgb(164,102,134); }

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

background-color css

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

 a { background-color: rgb(164,102,134); }

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

border-color css

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

 span { border-color: rgb(164,102,134); }

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