Html Css Color HEX #A56385 Strikemaster

📋 copy color: '#A56385'

red 165 ◦ green 99 ◦ blue 133

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

Shades of Strikemaster #A56385

Tints of Strikemaster #A56385

RGB

 RED value IS 165 (64.84% from 255) = 41.56%

 GREEN value IS 99 (39.06% from 255) = 24.94%

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

R = 41.56%
G = 24.94%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A56385 (or 0xA56385) is known color: Strikemaster. HEX triplet: A5, 63 and 85. RGB value is (165,99,133). Sum of RGB (Red+Green+Blue) = 165+99+133=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56385 is #5A9C7A. Grayscale: #7A7A7A. Windows color (decimal): -5938299 or 8741797. OLE color: 8741797.

HSL color Cylindrical-coordinate representation of color #A56385: hue angle of 329.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A56385 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 133 -
CMYK 0 0.40 0.19 0.35
HSL 329.09º 0.27% 0.52% -
HSV(B) 329.09º 0.4% 0.65% -
XYZ 24.21 18.62 24.51 -
YUV 122.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 165 99 133 0 0.40 0.19 0.35 329.09 0.27 0.52
Hex A5 63 85 0 28 13 23 149 1B 34
Octal 245 143 205 0 50 23 43 511 33 64
Binary 10100101 1100011 10000101 0 101000 10011 100011 101001001 11011 110100

Color Harmonies of #A56385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56385

Black with #A56385

Text Example


Text Example

White with #A56385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56385; }

 p { color: rgb(165,99,133); }

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

background-color css

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

 a { background-color: rgb(165,99,133); }

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

border-color css

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

 span { border-color: rgb(165,99,133); }

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