Html Css Color HEX #A45385 Strikemaster

📋 copy color: '#A45385'

red 164 ◦ green 83 ◦ blue 133

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

Shades of Strikemaster #A45385

Tints of Strikemaster #A45385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

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

R = 43.16%
G = 21.84%
B = 35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A45385 (or 0xA45385) is known color: Strikemaster. HEX triplet: A4, 53 and 85. RGB value is (164,83,133). Sum of RGB (Red+Green+Blue) = 164+83+133=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A45385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45385 is #5BAC7A. Grayscale: #707070. Windows color (decimal): -6007931 or 8737700. OLE color: 8737700.

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

Color convert

RGB 164 83 133 -
CMYK 0 0.49 0.19 0.36
HSL 322.96º 0.33% 0.48% -
HSV(B) 322.96º 0.49% 0.64% -
XYZ 22.64 15.77 24.04 -
YUV 112.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 164 83 133 0 0.49 0.19 0.36 322.96 0.33 0.48
Hex A4 53 85 0 31 13 24 143 21 30
Octal 244 123 205 0 61 23 44 503 41 60
Binary 10100100 1010011 10000101 0 110001 10011 100100 101000011 100001 110000

Color Harmonies of #A45385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45385

Black with #A45385

Text Example


Text Example

White with #A45385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45385; }

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

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

background-color css

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

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

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

border-color css

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

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

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