Html Css Color HEX #A56682 Strikemaster

📋 copy color: '#A56682'

red 165 ◦ green 102 ◦ blue 130

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

Shades of Strikemaster #A56682

Tints of Strikemaster #A56682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 41.56%
G = 25.69%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A56682 (or 0xA56682) is known color: Strikemaster. HEX triplet: A5, 66 and 82. RGB value is (165,102,130). Sum of RGB (Red+Green+Blue) = 165+102+130=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56682 is #5A997D. Grayscale: #7B7B7B. Windows color (decimal): -5937534 or 8545957. OLE color: 8545957.

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

Color convert

RGB 165 102 130 -
CMYK 0 0.38 0.21 0.35
HSL 333.33º 0.26% 0.52% -
HSV(B) 333.33º 0.38% 0.65% -
XYZ 24.3 19.11 23.53 -
YUV 124.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 165 102 130 0 0.38 0.21 0.35 333.33 0.26 0.52
Hex A5 66 82 0 26 15 23 14D 1A 34
Octal 245 146 202 0 46 25 43 515 32 64
Binary 10100101 1100110 10000010 0 100110 10101 100011 101001101 11010 110100

Color Harmonies of #A56682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56682

Black with #A56682

Text Example


Text Example

White with #A56682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56682; }

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

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

background-color css

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

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

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

border-color css

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

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

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