Html Css Color HEX #A46082 Strikemaster

📋 copy color: '#A46082'

red 164 ◦ green 96 ◦ blue 130

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

Shades of Strikemaster #A46082

Tints of Strikemaster #A46082

RGB

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

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

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

R = 42.05%
G = 24.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A46082 (or 0xA46082) is known color: Strikemaster. HEX triplet: A4, 60 and 82. RGB value is (164,96,130). Sum of RGB (Red+Green+Blue) = 164+96+130=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A46082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46082 is #5B9F7D. Grayscale: #787878. Windows color (decimal): -6004606 or 8544420. OLE color: 8544420.

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

Color convert

RGB 164 96 130 -
CMYK 0 0.41 0.21 0.36
HSL 330º 0.27% 0.51% -
HSV(B) 330º 0.41% 0.64% -
XYZ 23.52 17.87 23.33 -
YUV 120.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 164 96 130 0 0.41 0.21 0.36 330 0.27 0.51
Hex A4 60 82 0 29 15 24 14A 1B 33
Octal 244 140 202 0 51 25 44 512 33 63
Binary 10100100 1100000 10000010 0 101001 10101 100100 101001010 11011 110011

Color Harmonies of #A46082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46082

Black with #A46082

Text Example


Text Example

White with #A46082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46082; }

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

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

background-color css

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

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

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

border-color css

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

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

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