Html Css Color HEX #A56788 Strikemaster

📋 copy color: '#A56788'

red 165 ◦ green 103 ◦ blue 136

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

Shades of Strikemaster #A56788

Tints of Strikemaster #A56788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.5%

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

R = 40.84%
G = 25.5%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A56788 (or 0xA56788) is known color: Strikemaster. HEX triplet: A5, 67 and 88. RGB value is (165,103,136). Sum of RGB (Red+Green+Blue) = 165+103+136=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A56788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56788 is #5A9877. Grayscale: #7D7D7D. Windows color (decimal): -5937272 or 8939429. OLE color: 8939429.

HSL color Cylindrical-coordinate representation of color #A56788: hue angle of 328.06º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56788 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 103 136 -
CMYK 0 0.38 0.18 0.35
HSL 328.06º 0.26% 0.53% -
HSV(B) 328.06º 0.38% 0.65% -
XYZ 24.81 19.48 25.74 -
YUV 125.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 165 103 136 0 0.38 0.18 0.35 328.06 0.26 0.53
Hex A5 67 88 0 26 12 23 148 1A 35
Octal 245 147 210 0 46 22 43 510 32 65
Binary 10100101 1100111 10001000 0 100110 10010 100011 101001000 11010 110101

Color Harmonies of #A56788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56788

Black with #A56788

Text Example


Text Example

White with #A56788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56788; }

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

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

background-color css

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

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

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

border-color css

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

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

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