Html Css Color HEX #A0677C Strikemaster

📋 copy color: '#A0677C'

red 160 ◦ green 103 ◦ blue 124

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

Shades of Strikemaster #A0677C

Tints of Strikemaster #A0677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 41.34%
G = 26.61%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0677C (or 0xA0677C) is known color: Strikemaster. HEX triplet: A0, 67 and 7C. RGB value is (160,103,124). Sum of RGB (Red+Green+Blue) = 160+103+124=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0677C is #5F9883. Grayscale: #7A7A7A. Windows color (decimal): -6264964 or 8152992. OLE color: 8152992.

HSL color Cylindrical-coordinate representation of color #A0677C: hue angle of 337.89º 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 #A0677C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 103 124 -
CMYK 0 0.36 0.22 0.37
HSL 337.89º 0.23% 0.52% -
HSV(B) 337.89º 0.36% 0.63% -
XYZ 22.99 18.63 21.45 -
YUV 122.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 160 103 124 0 0.36 0.22 0.37 337.89 0.23 0.52
Hex A0 67 7C 0 24 16 25 152 17 34
Octal 240 147 174 0 44 26 45 522 27 64
Binary 10100000 1100111 1111100 0 100100 10110 100101 101010010 10111 110100

Color Harmonies of #A0677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0677C

Black with #A0677C

Text Example


Text Example

White with #A0677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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