Html Css Color HEX #A46383 Strikemaster

📋 copy color: '#A46383'

red 164 ◦ green 99 ◦ blue 131

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

Shades of Strikemaster #A46383

Tints of Strikemaster #A46383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 41.62%
G = 25.13%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A46383 (or 0xA46383) is known color: Strikemaster. HEX triplet: A4, 63 and 83. RGB value is (164,99,131). Sum of RGB (Red+Green+Blue) = 164+99+131=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A46383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46383 is #5B9C7C. Grayscale: #7A7A7A. Windows color (decimal): -6003837 or 8610724. OLE color: 8610724.

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

Color convert

RGB 164 99 131 -
CMYK 0 0.40 0.20 0.36
HSL 330.46º 0.26% 0.52% -
HSV(B) 330.46º 0.4% 0.64% -
XYZ 23.87 18.45 23.78 -
YUV 122.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 164 99 131 0 0.40 0.20 0.36 330.46 0.26 0.52
Hex A4 63 83 0 28 14 24 14A 1A 34
Octal 244 143 203 0 50 24 44 512 32 64
Binary 10100100 1100011 10000011 0 101000 10100 100100 101001010 11010 110100

Color Harmonies of #A46383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46383

Black with #A46383

Text Example


Text Example

White with #A46383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46383; }

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

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

background-color css

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

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

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

border-color css

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

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

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