Html Css Color HEX #A46385 Strikemaster

📋 copy color: '#A46385'

red 164 ◦ green 99 ◦ blue 133

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

Shades of Strikemaster #A46385

Tints of Strikemaster #A46385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25%

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

R = 41.41%
G = 25%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A46385 (or 0xA46385) is known color: Strikemaster. HEX triplet: A4, 63 and 85. RGB value is (164,99,133). Sum of RGB (Red+Green+Blue) = 164+99+133=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A46385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46385 is #5B9C7A. Grayscale: #7A7A7A. Windows color (decimal): -6003835 or 8741796. OLE color: 8741796.

HSL color Cylindrical-coordinate representation of color #A46385: hue angle of 328.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46385 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 133 -
CMYK 0 0.40 0.19 0.36
HSL 328.62º 0.26% 0.52% -
HSV(B) 328.62º 0.4% 0.64% -
XYZ 24.01 18.51 24.5 -
YUV 122.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 164 99 133 0 0.40 0.19 0.36 328.62 0.26 0.52
Hex A4 63 85 0 28 13 24 149 1A 34
Octal 244 143 205 0 50 23 44 511 32 64
Binary 10100100 1100011 10000101 0 101000 10011 100100 101001001 11010 110100

Color Harmonies of #A46385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46385

Black with #A46385

Text Example


Text Example

White with #A46385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46385; }

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

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

background-color css

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

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

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

border-color css

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

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

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