Html Css Color HEX #A56081 Strikemaster

📋 copy color: '#A56081'

red 165 ◦ green 96 ◦ blue 129

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

Shades of Strikemaster #A56081

Tints of Strikemaster #A56081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

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

R = 42.31%
G = 24.62%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A56081 (or 0xA56081) is known color: Strikemaster. HEX triplet: A5, 60 and 81. RGB value is (165,96,129). Sum of RGB (Red+Green+Blue) = 165+96+129=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A56081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56081 is #5A9F7E. Grayscale: #787878. Windows color (decimal): -5939071 or 8478885. OLE color: 8478885.

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

Color convert

RGB 165 96 129 -
CMYK 0 0.42 0.22 0.35
HSL 331.3º 0.28% 0.51% -
HSV(B) 331.3º 0.42% 0.65% -
XYZ 23.66 17.95 22.99 -
YUV 120.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 165 96 129 0 0.42 0.22 0.35 331.3 0.28 0.51
Hex A5 60 81 0 2A 16 23 14B 1C 33
Octal 245 140 201 0 52 26 43 513 34 63
Binary 10100101 1100000 10000001 0 101010 10110 100011 101001011 11100 110011

Color Harmonies of #A56081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56081

Black with #A56081

Text Example


Text Example

White with #A56081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56081; }

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

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

background-color css

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

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

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

border-color css

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

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

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