Html Css Color HEX #A46A85 Strikemaster

📋 copy color: '#A46A85'

red 164 ◦ green 106 ◦ blue 133

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

Shades of Strikemaster #A46A85

Tints of Strikemaster #A46A85

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

 BLUE value IS 133 (52.34% from 255) = 33%

R = 40.69%
G = 26.3%
B = 33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A46A85 (or 0xA46A85) is known color: Strikemaster. HEX triplet: A4, 6A and 85. RGB value is (164,106,133). Sum of RGB (Red+Green+Blue) = 164+106+133=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A85 is #5B957A. Grayscale: #7E7E7E. Windows color (decimal): -6002043 or 8743588. OLE color: 8743588.

HSL color Cylindrical-coordinate representation of color #A46A85: hue angle of 332.07º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A85 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 106 133 -
CMYK 0 0.35 0.19 0.36
HSL 332.07º 0.24% 0.53% -
HSV(B) 332.07º 0.35% 0.64% -
XYZ 24.7 19.89 24.73 -
YUV 126.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 164 106 133 0 0.35 0.19 0.36 332.07 0.24 0.53
Hex A4 6A 85 0 23 13 24 14C 18 35
Octal 244 152 205 0 43 23 44 514 30 65
Binary 10100100 1101010 10000101 0 100011 10011 100100 101001100 11000 110101

Color Harmonies of #A46A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A85

Black with #A46A85

Text Example


Text Example

White with #A46A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A85; }

 p { color: rgb(164,106,133); }

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

background-color css

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

 a { background-color: rgb(164,106,133); }

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

border-color css

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

 span { border-color: rgb(164,106,133); }

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