Html Css Color HEX #A56789 Strikemaster

📋 copy color: '#A56789'

red 165 ◦ green 103 ◦ blue 137

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

Shades of Strikemaster #A56789

Tints of Strikemaster #A56789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 40.74%
G = 25.43%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A56789 (or 0xA56789) is known color: Strikemaster. HEX triplet: A5, 67 and 89. RGB value is (165,103,137). Sum of RGB (Red+Green+Blue) = 165+103+137=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A56789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56789 is #5A9876. Grayscale: #7D7D7D. Windows color (decimal): -5937271 or 9004965. OLE color: 9004965.

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

Color convert

RGB 165 103 137 -
CMYK 0 0.38 0.17 0.35
HSL 327.1º 0.26% 0.53% -
HSV(B) 327.1º 0.38% 0.65% -
XYZ 24.88 19.51 26.12 -
YUV 125.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 165 103 137 0 0.38 0.17 0.35 327.1 0.26 0.53
Hex A5 67 89 0 26 11 23 147 1A 35
Octal 245 147 211 0 46 21 43 507 32 65
Binary 10100101 1100111 10001001 0 100110 10001 100011 101000111 11010 110101

Color Harmonies of #A56789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56789

Black with #A56789

Text Example


Text Example

White with #A56789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56789; }

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

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

background-color css

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

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

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

border-color css

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

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

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