Html Css Color HEX #A06782 Strikemaster

📋 copy color: '#A06782'

red 160 ◦ green 103 ◦ blue 130

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

Shades of Strikemaster #A06782

Tints of Strikemaster #A06782

RGB

 RED value IS 160 (62.89% from 255) = 40.71%

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 40.71%
G = 26.21%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A06782 (or 0xA06782) is known color: Strikemaster. HEX triplet: A0, 67 and 82. RGB value is (160,103,130). Sum of RGB (Red+Green+Blue) = 160+103+130=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06782 is #5F987D. Grayscale: #7B7B7B. Windows color (decimal): -6264958 or 8546208. OLE color: 8546208.

HSL color Cylindrical-coordinate representation of color #A06782: hue angle of 331.58º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06782 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 103 130 -
CMYK 0 0.36 0.19 0.37
HSL 331.58º 0.23% 0.52% -
HSV(B) 331.58º 0.36% 0.63% -
XYZ 23.38 18.79 23.51 -
YUV 123.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 160 103 130 0 0.36 0.19 0.37 331.58 0.23 0.52
Hex A0 67 82 0 24 13 25 14C 17 34
Octal 240 147 202 0 44 23 45 514 27 64
Binary 10100000 1100111 10000010 0 100100 10011 100101 101001100 10111 110100

Color Harmonies of #A06782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06782

Black with #A06782

Text Example


Text Example

White with #A06782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06782; }

 p { color: rgb(160,103,130); }

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

background-color css

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

 a { background-color: rgb(160,103,130); }

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

border-color css

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

 span { border-color: rgb(160,103,130); }

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