Html Css Color HEX #A46381 Strikemaster

📋 copy color: '#A46381'

red 164 ◦ green 99 ◦ blue 129

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

Shades of Strikemaster #A46381

Tints of Strikemaster #A46381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 41.84%
G = 25.26%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A46381 (or 0xA46381) is known color: Strikemaster. HEX triplet: A4, 63 and 81. RGB value is (164,99,129). Sum of RGB (Red+Green+Blue) = 164+99+129=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A46381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46381 is #5B9C7E. Grayscale: #797979. Windows color (decimal): -6003839 or 8479652. OLE color: 8479652.

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

Color convert

RGB 164 99 129 -
CMYK 0 0.40 0.21 0.36
HSL 332.31º 0.26% 0.52% -
HSV(B) 332.31º 0.4% 0.64% -
XYZ 23.73 18.4 23.07 -
YUV 121.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 164 99 129 0 0.40 0.21 0.36 332.31 0.26 0.52
Hex A4 63 81 0 28 15 24 14C 1A 34
Octal 244 143 201 0 50 25 44 514 32 64
Binary 10100100 1100011 10000001 0 101000 10101 100100 101001100 11010 110100

Color Harmonies of #A46381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46381

Black with #A46381

Text Example


Text Example

White with #A46381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46381; }

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

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

background-color css

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

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

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

border-color css

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

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

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