Html Css Color HEX #A46080 Strikemaster

📋 copy color: '#A46080'

red 164 ◦ green 96 ◦ blue 128

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

Shades of Strikemaster #A46080

Tints of Strikemaster #A46080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.74%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 42.27%
G = 24.74%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A46080 (or 0xA46080) is known color: Strikemaster. HEX triplet: A4, 60 and 80. RGB value is (164,96,128). Sum of RGB (Red+Green+Blue) = 164+96+128=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A46080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46080 is #5B9F7F. Grayscale: #777777. Windows color (decimal): -6004608 or 8413348. OLE color: 8413348.

HSL color Cylindrical-coordinate representation of color #A46080: hue angle of 331.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46080 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 96 128 -
CMYK 0 0.41 0.22 0.36
HSL 331.76º 0.27% 0.51% -
HSV(B) 331.76º 0.41% 0.64% -
XYZ 23.39 17.82 22.63 -
YUV 119.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 164 96 128 0 0.41 0.22 0.36 331.76 0.27 0.51
Hex A4 60 80 0 29 16 24 14C 1B 33
Octal 244 140 200 0 51 26 44 514 33 63
Binary 10100100 1100000 10000000 0 101001 10110 100100 101001100 11011 110011

Color Harmonies of #A46080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46080

Black with #A46080

Text Example


Text Example

White with #A46080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46080; }

 p { color: rgb(164,96,128); }

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

background-color css

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

 a { background-color: rgb(164,96,128); }

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

border-color css

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

 span { border-color: rgb(164,96,128); }

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