Html Css Color HEX #A46685 Strikemaster

📋 copy color: '#A46685'

red 164 ◦ green 102 ◦ blue 133

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

Shades of Strikemaster #A46685

Tints of Strikemaster #A46685

RGB

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

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

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

R = 41.1%
G = 25.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A46685 (or 0xA46685) is known color: Strikemaster. HEX triplet: A4, 66 and 85. RGB value is (164,102,133). Sum of RGB (Red+Green+Blue) = 164+102+133=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46685 is #5B997A. Grayscale: #7C7C7C. Windows color (decimal): -6003067 or 8742564. OLE color: 8742564.

HSL color Cylindrical-coordinate representation of color #A46685: hue angle of 330º 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 #A46685 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 102 133 -
CMYK 0 0.38 0.19 0.36
HSL 330º 0.25% 0.52% -
HSV(B) 330º 0.38% 0.64% -
XYZ 24.29 19.09 24.59 -
YUV 124.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 164 102 133 0 0.38 0.19 0.36 330 0.25 0.52
Hex A4 66 85 0 26 13 24 14A 19 34
Octal 244 146 205 0 46 23 44 512 31 64
Binary 10100100 1100110 10000101 0 100110 10011 100100 101001010 11001 110100

Color Harmonies of #A46685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46685

Black with #A46685

Text Example


Text Example

White with #A46685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46685; }

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

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

background-color css

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

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

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

border-color css

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

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

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