Html Css Color HEX #A56288 Strikemaster

📋 copy color: '#A56288'

red 165 ◦ green 98 ◦ blue 136

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

Shades of Strikemaster #A56288

Tints of Strikemaster #A56288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.09%

R = 41.35%
G = 24.56%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A56288 (or 0xA56288) is known color: Strikemaster. HEX triplet: A5, 62 and 88. RGB value is (165,98,136). Sum of RGB (Red+Green+Blue) = 165+98+136=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A56288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56288 is #5A9D77. Grayscale: #7A7A7A. Windows color (decimal): -5938552 or 8938149. OLE color: 8938149.

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

Color convert

RGB 165 98 136 -
CMYK 0 0.41 0.18 0.35
HSL 325.97º 0.27% 0.52% -
HSV(B) 325.97º 0.41% 0.65% -
XYZ 24.33 18.51 25.58 -
YUV 122.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 165 98 136 0 0.41 0.18 0.35 325.97 0.27 0.52
Hex A5 62 88 0 29 12 23 146 1B 34
Octal 245 142 210 0 51 22 43 506 33 64
Binary 10100101 1100010 10001000 0 101001 10010 100011 101000110 11011 110100

Color Harmonies of #A56288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56288

Black with #A56288

Text Example


Text Example

White with #A56288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56288; }

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

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

background-color css

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

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

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

border-color css

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

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

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