Html Css Color HEX #A56583 Strikemaster

📋 copy color: '#A56583'

red 165 ◦ green 101 ◦ blue 131

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

Shades of Strikemaster #A56583

Tints of Strikemaster #A56583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

 BLUE value IS 131 (51.56% from 255) = 33%

R = 41.56%
G = 25.44%
B = 33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A56583 (or 0xA56583) is known color: Strikemaster. HEX triplet: A5, 65 and 83. RGB value is (165,101,131). Sum of RGB (Red+Green+Blue) = 165+101+131=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56583 is #5A9A7C. Grayscale: #7B7B7B. Windows color (decimal): -5937789 or 8611237. OLE color: 8611237.

HSL color Cylindrical-coordinate representation of color #A56583: hue angle of 331.88º degrees, saturation: 0.26, 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 #A56583 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 131 -
CMYK 0 0.39 0.21 0.35
HSL 331.88º 0.26% 0.52% -
HSV(B) 331.88º 0.39% 0.65% -
XYZ 24.27 18.95 23.85 -
YUV 123.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 165 101 131 0 0.39 0.21 0.35 331.88 0.26 0.52
Hex A5 65 83 0 27 15 23 14C 1A 34
Octal 245 145 203 0 47 25 43 514 32 64
Binary 10100101 1100101 10000011 0 100111 10101 100011 101001100 11010 110100

Color Harmonies of #A56583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56583

Black with #A56583

Text Example


Text Example

White with #A56583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56583; }

 p { color: rgb(165,101,131); }

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

background-color css

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

 a { background-color: rgb(165,101,131); }

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

border-color css

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

 span { border-color: rgb(165,101,131); }

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