Html Css Color HEX #A46482 Strikemaster

📋 copy color: '#A46482'

red 164 ◦ green 100 ◦ blue 130

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

Shades of Strikemaster #A46482

Tints of Strikemaster #A46482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 41.62%
G = 25.38%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A46482 (or 0xA46482) is known color: Strikemaster. HEX triplet: A4, 64 and 82. RGB value is (164,100,130). Sum of RGB (Red+Green+Blue) = 164+100+130=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A46482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46482 is #5B9B7D. Grayscale: #7A7A7A. Windows color (decimal): -6003582 or 8545444. OLE color: 8545444.

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

Color convert

RGB 164 100 130 -
CMYK 0 0.39 0.21 0.36
HSL 331.88º 0.26% 0.52% -
HSV(B) 331.88º 0.39% 0.64% -
XYZ 23.9 18.62 23.45 -
YUV 122.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 164 100 130 0 0.39 0.21 0.36 331.88 0.26 0.52
Hex A4 64 82 0 27 15 24 14C 1A 34
Octal 244 144 202 0 47 25 44 514 32 64
Binary 10100100 1100100 10000010 0 100111 10101 100100 101001100 11010 110100

Color Harmonies of #A46482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46482

Black with #A46482

Text Example


Text Example

White with #A46482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46482; }

 p { color: rgb(164,100,130); }

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

background-color css

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

 a { background-color: rgb(164,100,130); }

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

border-color css

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

 span { border-color: rgb(164,100,130); }

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