Html Css Color HEX #A56285 Strikemaster

📋 copy color: '#A56285'

red 165 ◦ green 98 ◦ blue 133

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

Shades of Strikemaster #A56285

Tints of Strikemaster #A56285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.75%

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

R = 41.67%
G = 24.75%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A56285 (or 0xA56285) is known color: Strikemaster. HEX triplet: A5, 62 and 85. RGB value is (165,98,133). Sum of RGB (Red+Green+Blue) = 165+98+133=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A56285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56285 is #5A9D7A. Grayscale: #797979. Windows color (decimal): -5938555 or 8741541. OLE color: 8741541.

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

Color convert

RGB 165 98 133 -
CMYK 0 0.41 0.19 0.35
HSL 328.66º 0.27% 0.52% -
HSV(B) 328.66º 0.41% 0.65% -
XYZ 24.12 18.43 24.48 -
YUV 122.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 165 98 133 0 0.41 0.19 0.35 328.66 0.27 0.52
Hex A5 62 85 0 29 13 23 149 1B 34
Octal 245 142 205 0 51 23 43 511 33 64
Binary 10100101 1100010 10000101 0 101001 10011 100011 101001001 11011 110100

Color Harmonies of #A56285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56285

Black with #A56285

Text Example


Text Example

White with #A56285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56285; }

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

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

background-color css

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

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

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

border-color css

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

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

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