Html Css Color HEX #A56685 Strikemaster

📋 copy color: '#A56685'

red 165 ◦ green 102 ◦ blue 133

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

Shades of Strikemaster #A56685

Tints of Strikemaster #A56685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

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

R = 41.25%
G = 25.5%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A56685 (or 0xA56685) is known color: Strikemaster. HEX triplet: A5, 66 and 85. RGB value is (165,102,133). Sum of RGB (Red+Green+Blue) = 165+102+133=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A56685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56685 is #5A997A. Grayscale: #7C7C7C. Windows color (decimal): -5937531 or 8742565. OLE color: 8742565.

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

Color convert

RGB 165 102 133 -
CMYK 0 0.38 0.19 0.35
HSL 330.48º 0.26% 0.52% -
HSV(B) 330.48º 0.38% 0.65% -
XYZ 24.5 19.2 24.6 -
YUV 124.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 165 102 133 0 0.38 0.19 0.35 330.48 0.26 0.52
Hex A5 66 85 0 26 13 23 14A 1A 34
Octal 245 146 205 0 46 23 43 512 32 64
Binary 10100101 1100110 10000101 0 100110 10011 100011 101001010 11010 110100

Color Harmonies of #A56685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56685

Black with #A56685

Text Example


Text Example

White with #A56685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56685; }

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

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

background-color css

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

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

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

border-color css

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

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

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