Html Css Color HEX #A45585 Strikemaster

📋 copy color: '#A45585'

red 164 ◦ green 85 ◦ blue 133

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

Shades of Strikemaster #A45585

Tints of Strikemaster #A45585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

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

R = 42.93%
G = 22.25%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A45585 (or 0xA45585) is known color: Strikemaster. HEX triplet: A4, 55 and 85. RGB value is (164,85,133). Sum of RGB (Red+Green+Blue) = 164+85+133=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A45585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45585 is #5BAA7A. Grayscale: #717171. Windows color (decimal): -6007419 or 8738212. OLE color: 8738212.

HSL color Cylindrical-coordinate representation of color #A45585: hue angle of 323.54º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45585 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 133 -
CMYK 0 0.48 0.19 0.36
HSL 323.54º 0.32% 0.49% -
HSV(B) 323.54º 0.48% 0.64% -
XYZ 22.79 16.08 24.09 -
YUV 114.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 164 85 133 0 0.48 0.19 0.36 323.54 0.32 0.49
Hex A4 55 85 0 30 13 24 144 20 31
Octal 244 125 205 0 60 23 44 504 40 61
Binary 10100100 1010101 10000101 0 110000 10011 100100 101000100 100000 110001

Color Harmonies of #A45585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45585

Black with #A45585

Text Example


Text Example

White with #A45585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45585; }

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

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

background-color css

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

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

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

border-color css

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

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

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