Html Css Color HEX #A56985 Strikemaster

📋 copy color: '#A56985'

red 165 ◦ green 105 ◦ blue 133

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

Shades of Strikemaster #A56985

Tints of Strikemaster #A56985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

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

R = 40.94%
G = 26.05%
B = 33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A56985 (or 0xA56985) is known color: Strikemaster. HEX triplet: A5, 69 and 85. RGB value is (165,105,133). Sum of RGB (Red+Green+Blue) = 165+105+133=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A56985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56985 is #5A967A. Grayscale: #7E7E7E. Windows color (decimal): -5936763 or 8743333. OLE color: 8743333.

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

Color convert

RGB 165 105 133 -
CMYK 0 0.36 0.19 0.35
HSL 332º 0.25% 0.53% -
HSV(B) 332º 0.36% 0.65% -
XYZ 24.8 19.8 24.7 -
YUV 126.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 165 105 133 0 0.36 0.19 0.35 332 0.25 0.53
Hex A5 69 85 0 24 13 23 14C 19 35
Octal 245 151 205 0 44 23 43 514 31 65
Binary 10100101 1101001 10000101 0 100100 10011 100011 101001100 11001 110101

Color Harmonies of #A56985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56985

Black with #A56985

Text Example


Text Example

White with #A56985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56985; }

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

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

background-color css

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

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

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

border-color css

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

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

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