Html Css Color HEX #A46085 Strikemaster

📋 copy color: '#A46085'

red 164 ◦ green 96 ◦ blue 133

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

Shades of Strikemaster #A46085

Tints of Strikemaster #A46085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 41.73%
G = 24.43%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A46085 (or 0xA46085) is known color: Strikemaster. HEX triplet: A4, 60 and 85. RGB value is (164,96,133). Sum of RGB (Red+Green+Blue) = 164+96+133=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A46085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46085 is #5B9F7A. Grayscale: #787878. Windows color (decimal): -6004603 or 8741028. OLE color: 8741028.

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

Color convert

RGB 164 96 133 -
CMYK 0 0.41 0.19 0.36
HSL 327.35º 0.27% 0.51% -
HSV(B) 327.35º 0.41% 0.64% -
XYZ 23.73 17.95 24.4 -
YUV 120.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 164 96 133 0 0.41 0.19 0.36 327.35 0.27 0.51
Hex A4 60 85 0 29 13 24 147 1B 33
Octal 244 140 205 0 51 23 44 507 33 63
Binary 10100100 1100000 10000101 0 101001 10011 100100 101000111 11011 110011

Color Harmonies of #A46085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46085

Black with #A46085

Text Example


Text Example

White with #A46085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46085; }

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

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

background-color css

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

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

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

border-color css

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

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

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