Html Css Color HEX #A56481 Strikemaster

📋 copy color: '#A56481'

red 165 ◦ green 100 ◦ blue 129

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

Shades of Strikemaster #A56481

Tints of Strikemaster #A56481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 41.88%
G = 25.38%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A56481 (or 0xA56481) is known color: Strikemaster. HEX triplet: A5, 64 and 81. RGB value is (165,100,129). Sum of RGB (Red+Green+Blue) = 165+100+129=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A56481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56481 is #5A9B7E. Grayscale: #7A7A7A. Windows color (decimal): -5938047 or 8479909. OLE color: 8479909.

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

Color convert

RGB 165 100 129 -
CMYK 0 0.39 0.22 0.35
HSL 333.23º 0.27% 0.52% -
HSV(B) 333.23º 0.39% 0.65% -
XYZ 24.04 18.7 23.11 -
YUV 122.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 165 100 129 0 0.39 0.22 0.35 333.23 0.27 0.52
Hex A5 64 81 0 27 16 23 14D 1B 34
Octal 245 144 201 0 47 26 43 515 33 64
Binary 10100101 1100100 10000001 0 100111 10110 100011 101001101 11011 110100

Color Harmonies of #A56481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56481

Black with #A56481

Text Example


Text Example

White with #A56481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56481; }

 p { color: rgb(165,100,129); }

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

background-color css

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

 a { background-color: rgb(165,100,129); }

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

border-color css

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

 span { border-color: rgb(165,100,129); }

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