Html Css Color HEX #A56290 Strikemaster

📋 copy color: '#A56290'

red 165 ◦ green 98 ◦ blue 144

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

Shades of Strikemaster #A56290

Tints of Strikemaster #A56290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 40.54%
G = 24.08%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A56290 (or 0xA56290) is known color: Strikemaster. HEX triplet: A5, 62 and 90. RGB value is (165,98,144). Sum of RGB (Red+Green+Blue) = 165+98+144=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A56290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56290 is #5A9D6F. Grayscale: #7B7B7B. Windows color (decimal): -5938544 or 9462437. OLE color: 9462437.

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

Color convert

RGB 165 98 144 -
CMYK 0 0.41 0.13 0.35
HSL 318.81º 0.27% 0.52% -
HSV(B) 318.81º 0.41% 0.65% -
XYZ 24.92 18.75 28.69 -
YUV 123.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 165 98 144 0 0.41 0.13 0.35 318.81 0.27 0.52
Hex A5 62 90 0 29 D 23 13F 1B 34
Octal 245 142 220 0 51 15 43 477 33 64
Binary 10100101 1100010 10010000 0 101001 1101 100011 100111111 11011 110100

Color Harmonies of #A56290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56290

Black with #A56290

Text Example


Text Example

White with #A56290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56290; }

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

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

background-color css

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

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

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

border-color css

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

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

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